]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Add the forcerecovery balancer parameter that determines if recovery for
authorRuediger Pluem <rpluem@apache.org>
Wed, 28 Mar 2012 15:22:40 +0000 (15:22 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 28 Mar 2012 15:22:40 +0000 (15:22 +0000)
commit93cd9aa437c530af04edc9a91212d14fa771c8d4
tree91b6fa8c7374ffd0a475be6ecf8e5a72fbda54f4
parentd9790db173158600996adda62301885e75eaf907
* Add the forcerecovery balancer parameter that determines if recovery for
  balancer workers without considering the retry value of workers is enforced.
  There might be cases where an already overloaded backend can get into deeper
  trouble if the recovery of all workers is enforced without considering the
  retry parameter of each worker

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306409 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_proxy.xml
include/ap_mmn.h
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c