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.
