Hi, Configuration below works fine in 2.2 but I have to run it on 2.0 apache 2.0 it says balancer member not found.
What is the equal configuration for 2.0 <VirtualHost *:7202> # Proxy ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> <Proxy balancer://olb stickysession=JSESSIONID|jsessionid scolonpathdelim=On lbmethod=byrequests> BalancerMember http://xxxx:7102 BalancerMember http://xxxx:7106 </Proxy> ProxyPass / balancer://olb/ </VirtualHost> Thanks...