>   <Proxy balancer://bpsCluster>
>       BalancerMember http://192.168.1.1:8080 loadfactor=50
>       BalancerMember http://192.168.1.3:8080 loadfactor=50
>   </Proxy>

>   <Location /BpsProject>
>       ProxyPass balancer://myCluster/myProject
>       ProxyPassReverse balancer://myCluster/myProject

What this does is 'replace in the returned headers the text
'balancer://myCluster/myProject'', and that text of course never appears
in the returned headers. It should be:

ProxyPassReverse http://192.168.1.1:8080/myProject
ProxyPassReverse http://192.168.1.3:8080/myProject

May I ask why you don't use ajp proxying by the way? It should be slightly
faster than http proxy.

Joost


---------------------------------------------------------------------
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