]
Michal Karm commented on MODCLUSTER-364:
----------------------------------------
Leaving the topic.
If [~jfclere] is interested; he might find someone to look into it or close it. It is
likely outdated though.
mod_cluster and mod_proxy : keeping session
-------------------------------------------
Key: MODCLUSTER-364
URL:
https://issues.jboss.org/browse/MODCLUSTER-364
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Reporter: Michal Karm
Assignee: Jean-Frederic Clere
Priority: Major
Why this config:
{noformat}
ProxyPassMatch ^/app/static/ !
ProxyPass /app balancer://qacluster stickysession=JSESSIONID|jsessionid nofailover=on
ProxyPass / !
ProxyPassReverse /app balancer://qacluster
ProxyPassReverseCookieDomain / /app/
ProxyPassReverseCookiePath / /app/
ProxyPreserveHost on
{noformat}
does not keep the same session? I keep getting new sessions while hitting F5 with
{{http://server:6666/app/clusterbench/requestinfo/}}
*TODO:* Investigate whether it is a configuration error or mod_clutser's
incompatibility.
According to this [blog
post|http://www.brandonchecketts.com/archives/use-proxypassreversecookied...],
it should be trivial :-(