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

--- Comment #3 from Brian Koth <[email protected]> ---
Adding this via the webform since I just realized my previous email replies
didn't make it into the system ...

[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 think I had originally left it at the top because 
1) That's how the distro (Debian) packages that config file, and 
2) This page states the following:
http://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html#balancer_manager
Please note that only Balancers defined outside of <Location ...> containers
can be dynamically controlled by the Manager.

However, that note doesn't show up in the 2.2 docs, which I'm currently
running.

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]

Reply via email to