From: Jean-Frederic Clere Date: Thu, 30 Apr 2009 17:21:04 +0000 (+0000) Subject: Arrange BalancerMember explainations. X-Git-Tag: 2.2.12~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be74fe5f67e07a1d611aea033707440c88731bc;p=thirdparty%2Fapache%2Fhttpd.git Arrange BalancerMember explainations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@770332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 7405548dc14..943dc9f572a 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -353,17 +353,20 @@ proxy

BalancerMember Directive

- +
Description:Add a member to a load balancing group
Syntax:BalancerMember url [key=value [key=value ...]]
Syntax:BalancerMember [balancerurl] url [key=value [key=value ...]]
Context:directory
Status:Extension
Module:mod_proxy
Compatibility:BalancerMember is only available in Apache 2.2 and later.
-

This directive adds a member to a load balancing group. It must be used +

This directive adds a member to a load balancing group. It could be used within a <Proxy balancer://...> container - directive, and can take any of the parameters available to + directive, and can take any of the key value pairs available to ProxyPass directives.

+

The balancerurl is only needed when not in <Proxy balancer://...> + container directive. It corresponds to the url of a balancer defined in + ProxyPass directive.

top
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 43859bd6fca..9f045592724 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -513,17 +513,20 @@ expressions BalancerMember Add a member to a load balancing group -BalancerMember url [BalancerMember [balancerurl] 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 +

This directive adds a member to a load balancing group. It could be used within a <Proxy balancer://...> container - directive, and can take any of the parameters available to + directive, and can take any of the key value pairs available to ProxyPass directives.

+

The balancerurl is only needed when not in <Proxy balancer://...> + container directive. It corresponds to the url of a balancer defined in + ProxyPass directive.