summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-08-17 20:36:04 +0200
committerJim Jagielski <jim@apache.org>2017-08-17 20:36:04 +0200
commite3c1a0de84c57bf63d190e7e19e665c98969b50f (patch)
treef09188a8320f7085239ba5bf3c24c0637089fe16 /docs/manual/mod/mod_proxy.xml
parentuserland change = we now are OK w/ ms (diff)
downloadapache2-e3c1a0de84c57bf63d190e7e19e665c98969b50f.tar.xz
apache2-e3c1a0de84c57bf63d190e7e19e665c98969b50f.zip
clearer docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_proxy.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 0da0b9c89b..7e440e31a5 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -797,7 +797,7 @@ expressions</description>
directive and can take any of the key value pair parameters available to
<directive module="mod_proxy">ProxyPass</directive> directives.</p>
<p>One additional parameter is available only to <directive>BalancerMember</directive> directives:
- <var>loadfactor</var>. This is the member load factor - a floating pount number between 1.0
+ <var>loadfactor</var>. This is the member load factor - a decimal between 1.0
(default) and 100.0, which defines the weighted load to be applied to the
member in question.</p>
<p>The <var>balancerurl</var> is only needed when not within a
@@ -1355,7 +1355,7 @@ ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsess
ProxyPass "/" "balancer://hotcluster/"
&lt;Proxy balancer://hotcluster&gt;
BalancerMember ajp://1.2.3.4:8009 loadfactor=1
- BalancerMember ajp://1.2.3.5:8009 loadfactor=2.5
+ BalancerMember ajp://1.2.3.5:8009 loadfactor=2.25
# The server below is on hot standby
BalancerMember ajp://1.2.3.6:8009 status=+H
ProxySet lbmethod=bytraffic