RE: [users@httpd] SOLVED mod_proxy_balancer question 2.1.9

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

 



HI,
 
it is solved.
 
The magical thing seems to be a slash after the name of the cluster,
so "/somcluster" gets an warn message in the error_log and "/somcluster/"  works
 
This is NOT Working:
 ProxyPass / balancer://somcluster   lbmethod=byrequests stickysession=JSESSIONID nofailover=On
 <Proxy balancer://somcluster>
   BalancerMember <http://172.19.15.21:11800/> http://172.19.15.21:11800  loadfactor=1
   BalancerMember <http://172.19.15.22:11810/> http://172.19.15.22:11810  loadfactor=1
 </Proxy>
 
This is Working:
 
 ProxyPass / balancer://somcluster/   lbmethod=byrequests stickysession=JSESSIONID nofailover=On
 <Proxy balancer://somcluster/>
   BalancerMember <http://172.19.15.21:11800/> http://172.19.15.21:11800 <http://172.19.15.21:11800/> /  loadfactor=1
   BalancerMember <http://172.19.15.22:11810/> http://172.19.15.22:11810 <http://172.19.15.22:11810/> /  loadfactor=1
 </Proxy>
 
And for each URI which should not be proxied  to the back, don't forget a line like this:
  ProxyPass /balancer-manager !

bye
 
Oliver

 

<<winmail.dat>>

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