]> granicus.if.org Git - apache/commit
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare...
authorJim Riggs <jhriggs@apache.org>
Wed, 11 Apr 2018 12:11:05 +0000 (12:11 +0000)
committerJim Riggs <jhriggs@apache.org>
Wed, 11 Apr 2018 12:11:05 +0000 (12:11 +0000)
commit55b450576537c4dded19c24ada5fea17477b2bed
tree815eb0ef119a626fdece68d1225bb1099fb206ad
parentc2be1676a8f8195fba2e39abb91adcc2281a5e9d
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
used as drop-in replacements for unusable workers in the same load balancer set. This differs
from hot standbys which are only used when all workers in a set are unusable. PR 61140.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828890 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/log-message-tags/next-number
docs/manual/howto/reverse_proxy.xml
docs/manual/mod/mod_proxy.xml
modules/proxy/balancers/mod_lbmethod_bybusyness.c
modules/proxy/balancers/mod_lbmethod_byrequests.c
modules/proxy/balancers/mod_lbmethod_bytraffic.c
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c