-
Bug
-
Resolution: Done
-
Major
-
None
-
1.2.6.Final
-
None
This Jira encapsulates all concerns regarding mod_cluster - mod_proxy integration. For instance, while basic ProxyPass settings work just fine, e.g. serving some files on /static from the Apache HTTP itself:
ProxyPassMatch ^/static/ ! ProxyPass / balancer://qacluster stickysession=JSESSIONID|jsessionid nofailover=on ProxyPassReverse / balancer://qacluster ProxyPreserveHost on
there are more complex setups, involving BalancerMember configurations, that do not work as expected. In the following example, one wanted to have /clusterbench application managed by mod_cluster, dynamically, while at the same time, in a different VirtualHost, having /tses application handled by manually created mod_proxy balancer settings.
Attached mod_cluster.conf, mod_proxy.conf, standalone-ha.xml(modcluster subsystem element only) and error_log.
The aforementioned setup resulted in:
HTTP 200 | (From worker) | http://10.16.88.19:8847/clusterbench/requestinfo/ | OK | |
HTTP 404 | (From httpd) | http://10.16.88.19:8847/tses/session.jsp | Expected fail | |
HTTP 503 | (From httpd) | http://10.16.88.19:2182/tses/session.jsp | Unexpected fail |
- is related to
-
MODCLUSTER-543 BalancerMember directives don't work and cause SegFaults
- Resolved
-
MODCLUSTER-356 BalancerMember directives cause httpd crash when using mod_cluster 1.2.x
- Closed
- relates to
-
MODCLUSTER-343 mod_cluster shouldn't overwrite stickysession=XXX|xxx from ProxyPass directives...
- Open
-
MODCLUSTER-274 ProxyPass doesn't work with mod_cluster whne mixing mod_cluster and other scheme handlers
- Resolved
-
MODCLUSTER-305 ProxyPass can break StickySession
- Resolved
-
MODCLUSTER-397 StickySessions don't work for ProxyPass from unenabled context
- Resolved
-
MODCLUSTER-430 CreateBalancers behave the same with option 0 or 2
- Resolved
-
JBCS-375 mod_cluster + mod_proxy_wstunnel causes Segmentation Fault
- Closed
-
JBCS-854 mod_cluster + mod_proxy_wstunnel doesn't work - all workers are in an error state
- Closed
-
MODCLUSTER-364 mod_cluster and mod_proxy : keeping session
- Closed
-
MODCLUSTER-425 The timeout specified has expired: proxy: AJP: cping/cpong failed,ajp_ilink_receive() can't receive header
- Closed
-
MODCLUSTER-351 500 error when using ProxyPassReverse and proxying RewriteRule to the balancer
- Closed
-
MODCLUSTER-390 add failonstatus to mod_cluster
- Closed