Commit 48a12e6c authored by Sander Temme's avatar Sander Temme
Browse files

Changes to mod_heart* docs upon review by rjung

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229024 13f79535-47bb-0310-9956-ffa450edef68
parent bb287806
Loading
Loading
Loading
Loading
+1 −11
Changes for docs/manual/mod/mod_heartbeat.xml: 1 added line, 11 removed lines.
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ of <directive module="mod_proxy">ProxyPass</directive>.</p>
    <note type="warning">
        To use <module>mod_heartbeat</module>,
        <module>mod_status</module> and <module>mod_watchdog</module>
        must be either a static modules or, if a dynamic module, it must
        must be either a static modules or, if a dynamic module, must
        be loaded before <module>mod_heartbeat</module>.
    </note>

@@ -69,16 +69,6 @@ v=1&amp;ready=75&amp;busy=0

</section>

<section id="miscellaneous">
<title>Miscellaneous</title>
<p>The interval of 1 seconds is controlled by the HEARTBEAT_INTERVAL
compile time define.  This is not currently tunable at run time. To make
this module send the status packet more often, you must add to the
CFLAGS used to compile the module to include:</p>
<example>-DHEARTBEAT_INTERVAL=3</example>
<p>Would cause the broadcasts to be sent every 3 seconds.</p>
</section>    

<directivesynopsis>
<name>HeartbeatAddress</name>
<description>Multicast address for heartbeat packets</description>
+1 −1
Changes for docs/manual/mod/mod_heartmonitor.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ use <module>mod_slotmem_shm</module>.</p>
    <p>The <directive>HeartbeatListen</directive> directive specifies the
    multicast address on which the server will listen for status information from 
    <module>mod_heartbeat</module>-enabled servers.  This
    address will usually corrspond to a configured  <directive
    address will usually correspond to a configured  <directive
    module="mod_heartbeat">HeartbeatAddress</directive> on an origin server.
    </p>