On 2009-03-26, Joseph Hardeman <[email protected]> wrote:
> Yes it can, there is an haproxy.conf file which contains the hosts that
> you are proxying the traffic for. To remove a host, you would edit this
> file, put a # in front of the server(s) you want taken off line and then
> run the following command:
>
Not quite what I was looking for.. but now I found section 4 (soft stop)
of the architecture.txt which seems exactly like what I was looking for.
Guess it's time to phase out mod_proxy_balancer in favor of HAProxy for
our web-loadbalancing :-)
http://haproxy.1wt.eu/download/1.3/doc/architecture.txt
-jf