From a2d8ba329596fc0349ac2613f06eec2b15d8eb46 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 3 Jan 2012 13:26:45 +0000 Subject: [PATCH] add heartbeat to list of lb methods living in other modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226775 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_balancer.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index 97fed36667..bc6160c7d4 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -38,8 +38,9 @@

Load balancing scheduler algorithm is provided by not this module but other modules such as: mod_lbmethod_byrequests, - mod_lbmethod_bytraffic and - mod_lbmethod_bybusyness. + mod_lbmethod_bytraffic, + mod_lbmethod_bybusyness and + mod_lbmethod_heartbeat.

Thus, in order to get the ability of load balancing, -- 2.50.1