From de2eb1597fc02dc7b011268ba201e1c941ebba41 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet This module does not provide any configuration directives of its own.
It requires the services of )
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
---
docs/manual/mod/mod_lbmethod_byrequests.xml | 2 +-
docs/manual/mod/mod_lbmethod_bytraffic.xml | 2 +-
docs/manual/mod/mod_lbmethod_heartbeat.xml | 6 +++---
docs/manual/mod/mod_proxy_balancer.xml | 13 ++++++++-----
4 files changed, 13 insertions(+), 10 deletions(-)
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