I have the following httpd-mod-proxy.conf configuration: <Proxy balancer://etis/> Order deny,allow Allow from all BalancerMember ajp://136.9.251.105:8007/ BalancerMember ajp://136.9.251.106:8007/ </Proxy> ProxyPass / balancer://etis/ stickysession=jsessionid nofailover=Off ProxyPassReverse / balancer://etis/ If I remove a BalancerMember it works. As soon as I have > 1 member I get a "The page isn't redirecting properly" from Mozilla. I have turned debug on and log trawled but no errors are thrown. Has anyone got a working configuration from a root (/) location in 2.2.3? Rather worryingly, <http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_proxyWithJBoss> contains this: "ProxyPass / balancer://mycluster nofailover=On" - this will fail due to bug in Apache 2.2.2 binary. Cheers Pete --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx