]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Here we go... we can now, via balancer-manager, add new
authorJim Jagielski <jim@apache.org>
Fri, 4 Feb 2011 20:01:04 +0000 (20:01 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 4 Feb 2011 20:01:04 +0000 (20:01 +0000)
commit55b9f8fba8fa29a6f1179676d9492d34ba02cf93
treed0093c8aeb553c5bb7167f7b50aa762b9bdee7e6
parent85ac0257900c9f77fa4a914cb1633472048951a0
Here we go... we can now, via balancer-manager, add new
workers to existing balancers. Still work to be done,
like error checking that we aren't trying to add more
than we can (right now, it fails, but it would be nice
to handle it nicer), disabling and *deleting* workers
we don't want anymore, the actual drain method, etc...
but this is some major goodness.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067269 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c