https://issues.apache.org/bugzilla/show_bug.cgi?id=51755
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Eric Covener <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
