From: Yann Ylavic Date: Mon, 24 Aug 2015 10:34:02 +0000 (+0000) Subject: Document balancer and balancer-member growth margin reached's behaviour. X-Git-Tag: 2.5.0-alpha~2928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a695971f1272e2d8f67dad9f73f829df0cdc72;p=thirdparty%2Fapache%2Fhttpd.git Document balancer and balancer-member growth margin reached's behaviour. [Reverted by r1700601] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697352 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 56dc4450dfa..0c8d2c7f548 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -710,6 +710,8 @@ expressions Balancers available for a virtualhost in addition to the number pre-configured. It only takes effect if there is at least one pre-configured Balancer.

+ If/when the growth potential is reached, it is not + possible to configure a new balancer or the next restart would fail. @@ -1270,6 +1272,10 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 0 Number of additional BalancerMembers to allow to be added to this balancer in addition to those defined at configuration. + Note +

If/when the growth potential is reached, it is not possible to + configure a new BalancerMember or the next restart would fail.

+
forcerecovery On