-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
Adding a ProxyPass directive to httpd.conf breaks StickySession for all contexts. Example ProxyPass:
ProxyPass /activevos_appA balancer://avos_appA/activevos stickysession=JSESSIONID|jsessionid nofailover=On ProxyPassReverse /activevos_appA balancer://avos_appA/activevos
StickySession only breaks if the ProxyPass points to a balancer that does not exist at that moment (avos_appA in the example) and the parameter "stickysession=JSESSIONID|jsessionid" is used.
- is related to
-
MODCLUSTER-391 mod_cluster and mod_proxy integration
- Resolved