Commit 0ed13fbe authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix some formating. (extra '.', missing <code>)

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
parent 40cacc75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
<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>
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
<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>
+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
<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>

+8 −5
Original line number Diff line number Diff line
@@ -69,9 +69,12 @@

<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>