From: Noirin Plunkett Date: Tue, 6 Mar 2007 18:57:07 +0000 (+0000) Subject: Documenting the sooper-sekrit BalancerMember directive X-Git-Tag: 2.3.0~1893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01b4a087a408eb37689326f51e9866b6adc1780b;p=apache Documenting the sooper-sekrit BalancerMember directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index a7ec69dfba..988234c615 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -63,6 +63,7 @@

Directives

+
top
+

BalancerMember Directive

+ + + + + + + +
Description:Add a member to a load balancing group
Syntax:BalancerMember url [key=value [key=value ...]]
Context:directory
Status:Extension
Module:mod_proxy
Compatibility:BalancerMember is only available in Apache 2.2.0 + 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.

+

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.

+
top

NoProxy Directive

@@ -648,7 +670,8 @@ through

ProxyPass Directive

- + @@ -778,12 +801,6 @@ through of. The load balancer will try all members of a lower numbered lbset before trying higher numbered ones. - - - - - -
Description:Maps remote servers into the local server URL-space
Syntax:ProxyPass [path] !|url [key=value key=value ...]]
Syntax:ProxyPass [path] !|url [key=value + [key=value ...]]
Context:server config, virtual host, directory
Status:Extension
Module:mod_proxy
loadfactor1Worker load factor. Used with BalancerMember. - It is a number between 1 and 100 and defines the normalized weighted - load applied to the worker. -
ping 0 Ping property told webserver to send a CPING diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4fafa1ff70..20ef6775aa 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -457,10 +457,34 @@ 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.0 + 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.

+

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.

+
+
+ ProxyPass Maps remote servers into the local server URL-space -ProxyPass [path] !|url [key=value key=value ...]] +ProxyPass [path] !|url [key=value + [key=value ...]] server configvirtual host directory @@ -592,12 +616,6 @@ expressions of. The load balancer will try all members of a lower numbered lbset before trying higher numbered ones.
loadfactor1Worker load factor. Used with BalancerMember. - It is a number between 1 and 100 and defines the normalized weighted - load applied to the worker. -
ping 0 Ping property told webserver to send a CPING