You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Yann Ylavic <yl...@gmail.com> on 2016/08/03 14:38:00 UTC

Re: [users@httpd] mod_proxy: failonstatus does not work.

Hi,

On Sun, Jul 31, 2016 at 9:28 AM, dE <de...@gmail.com> wrote:
>
> ProxyPass / balancer://localbalance/ failonstatus=200 forcerecovery=off
> BalancerMember balancer://localbalance/ http://[fc00::1:4]/ retry=600
> loadfactor=99
> BalancerMember balancer://localbalance/ http://[fc00::1:6]/ retry=600
>
> Both the backends send a 200, but the requests are always served. Following
> the presence of forcerecovery=off, I would expect a 502 after 2 responses.

You probably need this fix: http://svn.apache.org/r1753592
It should be proposed for backport to 2.4 soon...

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_proxy: failonstatus does not work.

Posted by dE <de...@gmail.com>.
Thanks for the info! I'll be waiting.


On 08/03/16 20:08, Yann Ylavic wrote:
> Hi,
>
> On Sun, Jul 31, 2016 at 9:28 AM, dE <de...@gmail.com> wrote:
>> ProxyPass / balancer://localbalance/ failonstatus=200 forcerecovery=off
>> BalancerMember balancer://localbalance/ http://[fc00::1:4]/ retry=600
>> loadfactor=99
>> BalancerMember balancer://localbalance/ http://[fc00::1:6]/ retry=600
>>
>> Both the backends send a 200, but the requests are always served. Following
>> the presence of forcerecovery=off, I would expect a 502 after 2 responses.
> You probably need this fix: http://svn.apache.org/r1753592
> It should be proposed for backport to 2.4 soon...
>
> Regards,
> Yann.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org