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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to