You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/28 16:49:59 UTC

DO NOT REPLY [Bug 44736] mod_proxy_balancer looses it's mind on reloads.

https://issues.apache.org/bugzilla/show_bug.cgi?id=44736

--- Comment #5 from Glenn Nielsen <gl...@apache.org> 2011-03-28 10:49:56 EDT ---
I have seen the exact same problem with mod_proxy_balancer losing its routes
when you do an apachectl graceful. Here is my relevant config:

ProxyPass /balancer-manager !

<Proxy balancer://webmail>
  BalancerMember http://boreas.sp:80 route=boreas loadfactor=1
  BalancerMember http://chinook.sp:80 route=chinook loadfactor=1
  BalancerMember http://zephyrus.sp:80 route=zephyrus loadfactor=1
  ProxySet lbmethod=byrequests
</Proxy>
ProxyPass / balancer://webmail/ stickysession=WEBMAILID

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org