You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by dE <de...@gmail.com> on 2016/08/06 10:42:54 UTC

[users@httpd] [mod_proxy] status=E has no affect.

Hi.

I'm using the following config --

BalancerMember balancer://localbalance/ http://[fc00::1:4]/ retry=600 
loadfactor=99 status=E
BalancerMember balancer://localbalance/ http://[fc00::1:6]/ retry=600
ProxyPass / balancer://localbalance/ forcerecovery=off

The member fc00::1:4 is manually set to an error state. But the status= 
seems to have no affect. 99% of the requests go to fc00::1:4.


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


Re: [users@httpd] [mod_proxy] status=E has no affect.

Posted by Jim Jagielski <ji...@jaguNET.com>.
What version of httpd? What does the balancer-manager indicate?

> On Aug 6, 2016, at 6:42 AM, dE <de...@gmail.com> wrote:
> 
> Hi.
> 
> I'm using the following config --
> 
> BalancerMember balancer://localbalance/ http://[fc00::1:4]/ retry=600 loadfactor=99 status=E
> BalancerMember balancer://localbalance/ http://[fc00::1:6]/ retry=600
> ProxyPass / balancer://localbalance/ forcerecovery=off
> 
> The member fc00::1:4 is manually set to an error state. But the status= seems to have no affect. 99% of the requests go to fc00::1:4.
> 
> 
> ---------------------------------------------------------------------
> 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