From: Jean-Frederic Clere Date: Thu, 30 Apr 2009 17:15:33 +0000 (+0000) Subject: Arrange BalancerMember explainations. X-Git-Tag: 2.3.3~680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ac4defd17263f3a48680ba3d6edfedbf6e2363e;p=thirdparty%2Fapache%2Fhttpd.git Arrange BalancerMember explainations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 44a5f15b7ed..f0aba08fd0e 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -355,21 +355,24 @@ 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 pair parameters available to ProxyPass directives.

One additional parameter is available only to BalancerMember directives: loadfactor. This is the member load factor - a number between 1 (default) and 100, which defines the weighted load to be applied to the member in question.

+

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 96cf3656f03..082e1fa04b1 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -516,22 +516,25 @@ 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 pair parameters available to ProxyPass directives.

One additional parameter is available only to BalancerMember directives: loadfactor. This is the member load factor - a number between 1 (default) and 100, which defines the weighted load to be applied to the member in question.

+

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