]> 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)
commite948002f960d31bf85bdba3c37712a2ace5ba626
tree91b6fa8c7374ffd0a475be6ecf8e5a72fbda54f4
parent77fddfd14f1e462572887eefe6880eedd574f93d
* 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