https://issues.apache.org/bugzilla/show_bug.cgi?id=44189
--- Comment #6 from Ruediger Pluem <[email protected]> 2011-06-24 06:38:31 UTC --- (In reply to comment #5) > What is the status of this bug? > I'm getting the same error "BalancerMember can not have a balancer name when > defined in a location" when using nocanon like this: > > <Proxy balancer://cluster1> > BalancerMember http://server-000:8080/jfs nocanon > BalancerMember http://server-001:8080/jfs nocanon > </Proxy> > > We are using Apache/2.2.11. Your configuration is wrong. nocanon can only be used with ProxyPass not with BalancerMember. -- 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]
