]> granicus.if.org Git - apache/commitdiff
Some doc updates
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 18:13:52 +0000 (18:13 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 18:13:52 +0000 (18:13 +0000)
Forward port of r1234890 from 2.4.x.

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

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_balancer.xml

index 39b4ad686abe813b7c5f63db2441ac40dfd51733..75e65f46a447487c27322f1264644b36850c6c6d 100644 (file)
@@ -647,7 +647,7 @@ expressions</description>
 <usage>
     <p>This directive allows for growth potential in the number of
     Balancers available for a virtualhost in addition to the
-    number pre-configured. It only take effect if there is at
+    number pre-configured. It only takes effect if there is at
     least 1 pre-configured Balancer.</p>
 </usage>
 </directivesynopsis>
@@ -769,8 +769,10 @@ expressions</description>
     <code>http://example.com/mirror/foo/bar</code> to be internally converted
     into a proxy request to <code>http://backend.example.com/bar</code>.</p>
 
-    <p>The following alternative syntax is possible, however carries a
-    performance penalty when present in large numbers:</p>
+    <p>The following alternative syntax is possible, however it can carry a
+    performance penalty when present in very large numbers. The advantage of
+    the below syntax is that it allows for dynamic control via the
+    <a href="mod_proxy_balancer.html#balancer_manager">Balancer Manager</a> interface:</p>
 
     <example>
         ProxyPass /mirror/foo/ http://backend.example.com/
index bc6160c7d4715d72d6150273b5ae084561b6bd28..3520c5bd0139616e72fe8c5da6ef977cb2f71663 100644 (file)
 
     <p>You can now access load balancer manager by using a Web browser
     to access the page
-    <code>http://your.server.name/balancer-manager</code></p>
+    <code>http://your.server.name/balancer-manager</code>. Please note
+    that only Balancers defined outside of <code>&lt;Location ...&gt;</code>
+    containers can be dynamically controlled by the Manager.</p>
 </section>
 
 <section id="stickyness_implementation">