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 2011/09/02 03:03:37 UTC

DO NOT REPLY [Bug 51755] mod_proxy failonstatus option, mentioned in the documentation isn't supported

https://issues.apache.org/bugzilla/show_bug.cgi?id=51755

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Eric Covener <co...@gmail.com> 2011-09-02 01:03:37 UTC ---
Works for me:

Listen 81
Listen 82
ProxyPass /bal/ balancer://mycluster/  failonstatus=410
<Proxy balancer://mycluster>
BalancerMember http://localhost:81/
BalancerMember http://localhost:82/
</Proxy>

<virtualhost *:81 *:82>
RewriteEngine on
RewriteRule .* - [G]
</virtualhost>

[Thu Sep 01 21:02:41 2011] [error] proxy: BALANCER: (balancer://mycluster). 
Forcing recovery for worker (http://localhost:81/), failonstatus 410

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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