]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Wed, 10 Nov 2010 17:24:37 +0000 (17:24 +0000)
committerEric Covener <covener@apache.org>
Wed, 10 Nov 2010 17:24:37 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1033596 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy_balancer.html.en

index 83bed93f6c66734494131ecd3b94fb8786810410..9eea1b056bf290b0b48e1ffbb516d994506c5d8b 100644 (file)
@@ -1100,8 +1100,9 @@ through</td></tr>
         <td>Balancer load-balance method. Select the load-balancing scheduler
         method to use. Either <code>byrequests</code>, to perform weighted
         request counting, <code>bytraffic</code>, to perform weighted
-        traffic byte count balancing, or <code>bybusyness</code>, to perform 
-        pending request balancing. Default is <code>byrequests</code>.
+        traffic byte count balancing, or <code>bybusyness</code> 
+        (Apache HTTP Server 2.2.10 and later), to perform pending request 
+        balancing. Default is <code>byrequests</code>.
     </td></tr>
     <tr><td>maxattempts</td>
         <td>One less than the number of workers, or 1 with a single worker.</td>
index 667b74da855aab29d28443f7562583e9e0abcb06..a58d40bd936764ab3d809647073c42d3a11be28f 100644 (file)
@@ -346,6 +346,8 @@ candidate lbstatus -= total factor</code></pre></div>
     tie. Over time, the distribution of work will come to resemble that
     characteristic of <code>byrequests</code>.</p>
 
+    <p>This algorithm is available in Apache HTTP Server 2.2.10 and later.</p>
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="environment" id="environment">Exported Environment Variables</a></h2>