diff options
author | Eric Covener <covener@apache.org> | 2012-01-03 14:26:45 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2012-01-03 14:26:45 +0100 |
commit | a2d8ba329596fc0349ac2613f06eec2b15d8eb46 (patch) | |
tree | 9131cb3d17a91b7f160e8e396ef3ac5f26be4465 /docs | |
parent | fill in the heartbeat modules' documentation. (diff) | |
download | apache2-a2d8ba329596fc0349ac2613f06eec2b15d8eb46.tar.xz apache2-a2d8ba329596fc0349ac2613f06eec2b15d8eb46.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy_balancer.xml | 5 |
1 files 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 @@ <p>Load balancing scheduler algorithm is provided by not this module but other modules such as: <module>mod_lbmethod_byrequests</module>, - <module>mod_lbmethod_bytraffic</module> and - <module>mod_lbmethod_bybusyness</module>. + <module>mod_lbmethod_bytraffic</module>, + <module>mod_lbmethod_bybusyness</module> and + <module>mod_lbmethod_heartbeat</module>. </p> <p>Thus, in order to get the ability of load balancing, |