]> granicus.if.org Git - apache/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 17:26:28 +0000 (17:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 3 Dec 2011 17:26:28 +0000 (17:26 +0000)
commitc707a4f30dd377a34293ccf2f788f7ba282eb907
tree83267f84e1d38202f412c76ccbcf98726a2ee6fb
parentd080d3891d0d2b8fdc09543f36a970e8d8778406
Backport:
mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows
mod_lbmethod_bybusyness, mod_lbmethod_byrequests, mod_lbmethod_bytraffic
and mod_lbmethod_heartbeat to be loaded without mod_proxy yet being present,
which happens when modules are loaded in alphabetical order.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209958 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/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c
modules/proxy/proxy_util.h [new file with mode: 0644]