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 2017/09/05 07:25:12 UTC

[Bug 59007] mod_proxy disables balancer worker after a timeout from ajp even if the failontimeout set to off

https://bz.apache.org/bugzilla/show_bug.cgi?id=59007

--- Comment #2 from jfclere <jf...@gmail.com> ---
I have retry on trunk it is that the failontimeout=On is ignored with ajp and
works with http


LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
<Proxy balancer://mycluster forcerecovery=Off failontimeout=On>
    #BalancerMember http://localhost:8080 ping=1 timeout=5
    BalancerMember ajp://localhost:8009 ping=1 timeout=5
</Proxy>

I have fixed a related issue JBCS-390 in trunk

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