[Haifux] Apache HTTP Server Version 2.2 problems load balancing

Biran, Yahav (Yahav) yahav.biran at gmail.com
Wed Sep 24 19:53:51 MSD 2008


All,
im facing problmems in setting one apache http server that load
balance trafic to two apache tomcat instances.
im using:
ProxyPass / balancer://mpower/ stickysession=JSESSIONID|jsessionid nofailover=On
   <Proxy balancer://mpower>
       BalancerMember http://172.16.4.218:17005
       BalancerMember http://172.16.4.218:7005
   </Proxy>

where one instance is listenning on 172.16.4.218:17005 and the other
is listen on 172.16.4.218:7005.
the application is using session but it looks like the http server is
ignoring the stickysession configuration.


many thanks
yahav



More information about the Haifux mailing list