mod_proxy_ajp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mod_proxy_ajp [2012/04/20 16:47] – k2patel | mod_proxy_ajp [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
alternatively you can choose [[http:// | alternatively you can choose [[http:// | ||
+ | ==== Documentation ==== | ||
+ | [[http:// | ||
+ | |||
+ | ==== quick explanation / observation ==== | ||
+ | This module does not monitor services.\\ | ||
+ | But it does checking before service request if it fails it fall back to next node.\\ | ||
+ | |||
+ | === = === | ||
+ | |||
+ | Sticky session can be used by setting variable name to stickysession there is many way to define it.\\ | ||
+ | but result will be same.\\ | ||
+ | |||
+ | <code bash> | ||
+ | stickysession=JSESSIONID | ||
+ | </ | ||
+ | |||
+ | === = === | ||
+ | |||
+ | **Keep in Mind**\\ | ||
+ | |||
+ | BalancerMember is AJP connector so you need to use AJP connector port number. | ||
+ | |||
+ | === = === | ||
+ | |||
+ | Balancer Manager is a satus page just like info-page or status-page from mod_status.\\ | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | === = === | ||
+ | |||
+ | If you receive error as shown below. | ||
+ | |||
+ | <code error> | ||
+ | [error] (70014)End of file found: ajp_ilink_receive() can't receive header | ||
+ | [error] ajp_read_header: | ||
+ | [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (localhost) | ||
+ | </ | ||
+ | |||
+ | Mostly likely you need to set packet size on jboss. **packetSize=" | ||
+ | |||
+ | <code xml | server.xml> | ||
+ | < | ||
+ | | ||
+ | | ||
+ | </ | ||
==== My Configuration ==== | ==== My Configuration ==== | ||
Line 41: | Line 88: | ||
ProxySet timeout=300 | ProxySet timeout=300 | ||
</ | </ | ||
+ | |||
ProxyIOBufferSize 19000 | ProxyIOBufferSize 19000 | ||
LimitRequestFieldsize 18000 | LimitRequestFieldsize 18000 |
mod_proxy_ajp.1334940467.txt.gz · Last modified: 2020/08/10 02:30 (external edit)