<summary>
<p>This module does not provide any configuration directives of its own.
It requires the services of <module>mod_proxy_balancer</module>, and
-provides the <code>byrequests</code> load balancing method..</p>
+provides the <code>byrequests</code> load balancing method.</p>
</summary>
<seealso><module>mod_proxy</module></seealso>
<seealso><module>mod_proxy_balancer</module></seealso>
<summary>
<p>This module does not provide any configuration directives of its own.
It requires the services of <module>mod_proxy_balancer</module>, and
-provides the <code>bytraffic</code> load balancing method..</p>
+provides the <code>bytraffic</code> load balancing method.</p>
</summary>
<seealso><module>mod_proxy</module></seealso>
<seealso><module>mod_proxy_balancer</module></seealso>
<compatibility>Available in version 2.3 and later</compatibility>
<summary>
-<p>lbmethod=heartbeat uses the services of <module
+<p><code>lbmethod=heartbeat</code> uses the services of <module
>mod_heartmonitor</module> to balance between origin servers that are providing
heartbeat info via the <module>mod_heartbeat</module> module.</p>
<section id="scheduler">
<title>Load balancer scheduler algorithm</title>
- <p>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 <code>lbmethod</code> value of
+ <p>At present, there are 4 load balancer scheduler algorithms available
+ for use: Request Counting (<module>mod_lbmethod_byrequests</module>),
+ Weighted Traffic Counting (<module>mod_lbmethod_bytraffic</module>),
+ Pending Request Counting (<module>mod_lbmethod_bybusyness</module>) and
+ Heartbeat Traffic Counting (<module>mod_lbmethod_heartbeat</module>).
+ These are controlled via the <code>lbmethod</code> value of
the Balancer definition. See the <directive module="mod_proxy">ProxyPass</directive>
directive for more information, especially regarding how to
configure the Balancer and BalancerMembers.</p>