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

--- Comment #3 from David Betterton <[email protected]> ---
(In reply to Yann Ylavic from comment #2)
> Aren't you looking for the proxy worker/BalancerMember parameter "retry="
> (or eventually "status=+i") described in [1]?
> 
> [1] https://httpd.apache.org/docs/2.4/en/mod/mod_proxy.html#proxypass

This is what we have - 

<Proxy balancer://mybalancer>
    BalancerMember https://ukuappc1.agileassets.com:8443 route=worker1
redirect=worker2 timeout=3600 retry=900
    BalancerMember https://ukuappc2.agileassets.com:8443 route=worker2
redirect=worker1 timeout=3600 retry=900
</Proxy>

Would using forcerecovery=On be a better option ?

I don't see an option to "try to recover immediately, but only once (or a small
number)"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to