You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Gerard Ntabuhashe <ge...@escaux.com> on 2015/02/16 13:31:14 UTC

[users@httpd] Problems with proxy balancer in apache 2.2.22

I'm trying to configure the proxy_balancer , but still having problems.
Here is my configuration: <Proxy balancer://failovercluster> BalancerMember
http://172.16.14.81:80 <http://172.16.14.81/> retry=120 timeout=10
BalancerMember http://172.16.14.82:80 <http://172.16.14.82/> retry=1
timeout=10 status=+H </Proxy> But when The first worker fails, request are
not redirected to the failover worker. For this I have to wait for more
than 7 minutes. Is this behavior normal? Thanks for your answer. Gerry N.