https://issues.apache.org/bugzilla/show_bug.cgi?id=48388
--- Comment #13 from Ruediger Pluem <[email protected]> --- (In reply to Yann Ylavic from comment #10) > Created attachment 32341 [details] > Don't put normal (non balancer-member) workers in error (trunk/2.4.x) > > This patch should prevent httpd from putting workers which are *not* > load-balancer members in error state, since we don't want the retry timeout > to be applied when there is no alternative to connect to. -1 as this being hardcoded. This can be already done with retry=0. We may discuss to set retry=0 as a default value in this case if not set explicitly. It may make sense to put even a single backend in error state for some time to give the backend some time to recover without new requests sent to it and have them blocked at the reverse proxy layer. -- 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]
