From: Takashi Sato
Date: Fri, 6 Jun 2008 16:05:52 +0000 (+0000)
Subject: move BalancerMember and ProxyStatus to adjust ordering to trunk
X-Git-Tag: 2.2.9~22
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10481a0340fcad9b1c25e0f3aeecfc883383b195;p=thirdparty%2Fapache%2Fhttpd.git
move BalancerMember and ProxyStatus to adjust ordering to trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@664005 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index ed73e44a310..9ce554a9369 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -510,6 +510,23 @@ expressions
+
+BalancerMember
+Add a member to a load balancing group
+BalancerMember url [key=value [key=value ...]]
+directory
+
+BalancerMember is only available in Apache 2.2
+ and later.
+
+ This directive adds a member to a load balancing group. It must be used
+ within a <Proxy balancer://...>
container
+ directive, and can take any of the parameters available to
+ ProxyPass directives.
+
+
+
ProxySet
Set various Proxy balancer or member parameters
@@ -1046,23 +1063,6 @@ proxy
all.
-
-
-BalancerMember
-Add a member to a load balancing group
-BalancerMember url [key=value [key=value ...]]
-directory
-
-BalancerMember is only available in Apache 2.2
- and later.
-
- This directive adds a member to a load balancing group. It must be used
- within a <Proxy balancer://...>
container
- directive, and can take any of the parameters available to
- ProxyPass directives.
-
-
ProxyBlock
@@ -1394,27 +1394,6 @@ header for proxied requests
-
-ProxyStatus
-Show Proxy LoadBalancer status in mod_status
-ProxyStatus Off|On|Full
-ProxyStatus Off
-server config
-virtual host
-
-Available in version 2.2 and later
-
-
- This directive determines whether or not proxy
- loadbalancer status data is displayed via the mod_status
- server-status page.
- Note
- Full is synonymous with On
-
-
-
-
-
ProxyPassInterpolateEnv
Enable Environment Variable interpolation in Reverse Proxy configurations
@@ -1445,4 +1424,25 @@ header for proxied requests
+
+ProxyStatus
+Show Proxy LoadBalancer status in mod_status
+ProxyStatus Off|On|Full
+ProxyStatus Off
+server config
+virtual host
+
+Available in version 2.2 and later
+
+
+ This directive determines whether or not proxy
+ loadbalancer status data is displayed via the mod_status
+ server-status page.
+ Note
+ Full is synonymous with On
+
+
+
+
+