https://issues.apache.org/bugzilla/show_bug.cgi?id=53736
--- Comment #4 from Brian Koth <[email protected]> --- Brian Paul Kroth <[email protected]> 2012-11-01 10:29: > [email protected] <[email protected]> 2012-11-01 14:45: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=53736 >> >> --- Comment #2 from Jim Jagielski <[email protected]> --- >> The balancer-manager is designed to be per server and not server-wide. That >> is >> because it stores various parameters in shared memory which is associated >> with >> the particular server that the balancer is defined in. > > By "per server" do you mean "per vhost"? > > As in, the confs should look like this instead? > > <Proxy balancer://...> > # Same balancer stuff as before ... > </Proxy> > > <VirtualHost ...> > # Same vhost stuff as before ... > > # Put this here, rather than at the top level. > <Location /balancer-manager> > SetHandler balancer-manager > ... > </Location> > </VirtualHost> > # Rinse, repeat for each individual vhost ... I tried this, but I got the same results. Any other ideas? Thanks, Brian -- 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]
