DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39203>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39203





------- Additional Comments From [EMAIL PROTECTED]  2006-05-18 22:12 -------
I had the same issue, and this does not necessarily mean that is not a bug but I
have at least discovered a workaround.

In my case, within a certain Virtual Host I pass all requests to the Load
Balancer. This received the same errors when configured as follows:

ProxyPass / balancer://cluster nofailover=On
ProxyPassReverse / balancer://cluster
<Proxy balancer://cluster>
  BalancerMember ajp://10.0.1.102:8009
  BalancerMember ajp://10.0.1.103:8009
</Proxy>

But works if the configuration is changed to this:

ProxyPass / balancer://cluster/ nofailover=On
ProxyPassReverse / balancer://cluster/
<Proxy balancer://cluster/>
  BalancerMember ajp://10.0.1.102:8009/
  BalancerMember ajp://10.0.1.103:8009/
</Proxy>


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to