diff options
author | Jim Jagielski <jim@apache.org> | 2017-09-24 13:16:16 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2017-09-24 13:16:16 +0000 |
commit | ad746d795704770b7443f46c36e11f214fd2ed98 (patch) | |
tree | c356635d8cd31040e9732af610570c466b0a2132 /docs/manual/mod/mod_proxy.html.en | |
parent | 284b14aaac3d537cb12adf82045b59253b14afb5 (diff) | |
download | httpd-ad746d795704770b7443f46c36e11f214fd2ed98.tar.gz |
Docs xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1809515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 8987a76e87..11d6d1e6c2 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -550,8 +550,8 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre> directive and can take any of the key value pair parameters available to <code class="directive"><a href="#proxypass">ProxyPass</a></code> directives.</p> <p>One additional parameter is available only to <code class="directive">BalancerMember</code> directives: - <var>loadfactor</var>. This is the member load factor - a number between 1 - (default) and 100, which defines the weighted load to be applied to the + <var>loadfactor</var>. This is the member load factor - a decimal number 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 <code><Proxy <var>balancer://</var>...></code> @@ -1438,7 +1438,7 @@ ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsessionid nofail <pre class="prettyprint lang-config">ProxyPass "/" "balancer://hotcluster/" <Proxy "balancer://hotcluster"> BalancerMember "ajp://1.2.3.4:8009" loadfactor=1 - BalancerMember "ajp://1.2.3.5:8009" loadfactor=2 + 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 |