From: Eric Covener Date: Wed, 10 Nov 2010 17:23:54 +0000 (+0000) Subject: add compatability notes about the bybusyness lbmethod (reported on IRC) X-Git-Tag: 2.2.18~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72033c2b998576b79d9254fb6dea0d1699509f09;p=thirdparty%2Fapache%2Fhttpd.git add compatability notes about the bybusyness lbmethod (reported on IRC) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1033595 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index b6733ef988b..249631a5fbe 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -948,8 +948,9 @@ expressions Balancer load-balance method. Select the load-balancing scheduler method to use. Either byrequests, to perform weighted request counting, bytraffic, to perform weighted - traffic byte count balancing, or bybusyness, to perform - pending request balancing. Default is byrequests. + traffic byte count balancing, or bybusyness + (Apache HTTP Server 2.2.10 and later), to perform pending request + balancing. Default is byrequests. maxattempts One less than the number of workers, or 1 with a single worker. diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index 73ceb96f6ff..78ac353eb3b 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -336,6 +336,8 @@ candidate lbstatus -= total factor tie. Over time, the distribution of work will come to resemble that characteristic of byrequests.

+

This algorithm is available in Apache HTTP Server 2.2.10 and later.

+