]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Changes to mod_heart* docs upon review by rjung
authorSander Temme <sctemme@apache.org>
Mon, 9 Jan 2012 04:20:46 +0000 (04:20 +0000)
committerSander Temme <sctemme@apache.org>
Mon, 9 Jan 2012 04:20:46 +0000 (04:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229024 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_heartbeat.xml
docs/manual/mod/mod_heartmonitor.xml

index 690bc7d2e7efac07874390c57f3a60f317bca1ce..f81df68cf06f586da3938cf157284ccf831d09cf 100644 (file)
@@ -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>
index 1627c479ca6610e434e5d2c31fb82ba5e1514e19..2870b1df12243ef836a8162389729ba57be87b47 100644 (file)
@@ -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>