summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSander Temme <sctemme@apache.org>2012-01-09 05:20:46 +0100
committerSander Temme <sctemme@apache.org>2012-01-09 05:20:46 +0100
commite1187cb6a9819df051438b33e5a078a17185bd75 (patch)
tree40c4080f123615e5026fc25b28ae437aca41ba55 /docs
parentCore configuration: add AllowOverride option to treat syntax (diff)
downloadapache2-e1187cb6a9819df051438b33e5a078a17185bd75.tar.xz
apache2-e1187cb6a9819df051438b33e5a078a17185bd75.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_heartbeat.xml12
-rw-r--r--docs/manual/mod/mod_heartmonitor.xml2
2 files changed, 2 insertions, 12 deletions
diff --git a/docs/manual/mod/mod_heartbeat.xml b/docs/manual/mod/mod_heartbeat.xml
index 690bc7d2e7..f81df68cf0 100644
--- a/docs/manual/mod/mod_heartbeat.xml
+++ b/docs/manual/mod/mod_heartbeat.xml
@@ -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>
diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml
index 1627c479ca..2870b1df12 100644
--- a/docs/manual/mod/mod_heartmonitor.xml
+++ b/docs/manual/mod/mod_heartmonitor.xml
@@ -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>