From: Jim Jagielski Date: Mon, 23 Jan 2012 16:44:52 +0000 (+0000) Subject: Some doc updates X-Git-Tag: 2.4.1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a042ba6bb248b545d4775ec87a5948c80697193;p=apache Some doc updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1234890 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4a6777e995..7cd2c91c2c 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -647,7 +647,7 @@ expressions

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.

@@ -769,8 +769,10 @@ expressions http://example.com/mirror/foo/bar to be internally converted into a proxy request to http://backend.example.com/bar.

-

The following alternative syntax is possible, however carries a - performance penalty when present in large numbers:

+

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 + Balancer Manager interface:

ProxyPass /mirror/foo/ http://backend.example.com/ diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index bc6160c7d4..3520c5bd01 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -198,7 +198,9 @@

You can now access load balancer manager by using a Web browser to access the page - http://your.server.name/balancer-manager

+ http://your.server.name/balancer-manager. Please note + that only Balancers defined outside of <Location ...> + containers can be dynamically controlled by the Manager.