From: Christophe Jaillet This module does not provide any configuration directives of its own.
It requires the services of )
X-Git-Tag: 2.4.34~197
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de2eb1597fc02dc7b011268ba201e1c941ebba41;p=thirdparty%2Fapache%2Fhttpd.git
Fix some formating. (extra '.', missing
)
Fix the number of available load balancer scheduler algorithms and add a link to the corresponding module. (lbmethod_heartbeat was missing in the list)
(r1829613 in trunk + some formating (trailing space and alignment) to synch with trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1829615 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lbmethod_byrequests.xml b/docs/manual/mod/mod_lbmethod_byrequests.xml
index 41be7d0e7a7..66de7a31737 100644
--- a/docs/manual/mod/mod_lbmethod_byrequests.xml
+++ b/docs/manual/mod/mod_lbmethod_byrequests.xml
@@ -33,7 +33,7 @@
byrequests
load balancing method..byrequests
load balancing method.
This module does not provide any configuration directives of its own.
It requires the services of bytraffic
load balancing method..
bytraffic
load balancing method.
lbmethod=heartbeat uses the services of lbmethod=heartbeat
uses the services of
This modules load balancing algorithm favors servers with more ready (idle) -capacity over time, but does not select the server with the most ready capacity -every time. Servers that have 0 active clients are penalized, with the +capacity over time, but does not select the server with the most ready capacity +every time. Servers that have 0 active clients are penalized, with the assumption that they are not fully initialized.
At present, there are 3 load balancer scheduler algorithms available
- for use: Request Counting, Weighted Traffic Counting and Pending Request
- Counting. These are controlled via the lbmethod
value of
+
At present, there are 4 load balancer scheduler algorithms available
+ for use: Request Counting (lbmethod
value of
the Balancer definition. See the