]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document balancer and balancer-member growth margin reached's behaviour.
authorYann Ylavic <ylavic@apache.org>
Mon, 24 Aug 2015 10:34:02 +0000 (10:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 24 Aug 2015 10:34:02 +0000 (10:34 +0000)
[Reverted by r1700601]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697352 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 56dc4450dfaf92fcaaf412863c0e9c3af6ce7dc5..0c8d2c7f548c2858cf31b870ff8e6c6624b9bc7d 100644 (file)
@@ -710,6 +710,8 @@ expressions</description>
     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.</p>
+    <note type="warning">If/when the growth potential is reached, it is not
+    possible to configure a new balancer or the next restart would fail.</note>
 </usage>
 </directivesynopsis>
 
@@ -1270,6 +1272,10 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
         <td>0</td>
         <td>Number of additional BalancerMembers to allow to be added
         to this balancer in addition to those defined at configuration.
+    <note type="warning"><title>Note</title>
+        <p>If/when the growth potential is reached, it is not possible to
+        configure a new BalancerMember or the next restart would fail.</p>
+    </note>
     </td></tr>
     <tr><td>forcerecovery</td>
         <td>On</td>