From 51e64c5cfebc0e2960beb0289e7404d41e251907 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Jan 2012 18:13:52 +0000 Subject: [PATCH] Some doc updates 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 | 8 +++++--- docs/manual/mod/mod_proxy_balancer.xml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 39b4ad686a..75e65f46a4 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.

-- 2.50.1