]> granicus.if.org Git - apache/commit
Change the order of mod_proxy and mod_proxy_balancer child_init().
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 5 May 2009 17:15:48 +0000 (17:15 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 5 May 2009 17:15:48 +0000 (17:15 +0000)
commita29e9ec1d5d0d8226eef194b5296b5186b8784ca
tree65a1323a83bf522e08754f346bf5dea61b63c311
parent8fa2a05a1dabed40f4cca941dee9a2ba735e7ca7
Change the order of mod_proxy and mod_proxy_balancer child_init().
Change the balancer workers area to the address of workers instead copying the workers.
Arrange lbmethod accordingly.
Move the creation of conf->forward worker to mod_proxy child_init().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771940 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/balancers/mod_lbmethod_bybusyness.c
modules/proxy/balancers/mod_lbmethod_byrequests.c
modules/proxy/balancers/mod_lbmethod_bytraffic.c
modules/proxy/balancers/mod_lbmethod_heartbeat.c
modules/proxy/examples/mod_lbmethod_rr.c
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c