[users@httpd] Re: Proxying and load balancing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>   <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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux