From: Sander Temme Date: Mon, 9 Jan 2012 04:20:46 +0000 (+0000) Subject: Changes to mod_heart* docs upon review by rjung X-Git-Tag: 2.5.0-alpha~7593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1187cb6a9819df051438b33e5a078a17185bd75;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_heartbeat.xml b/docs/manual/mod/mod_heartbeat.xml index 690bc7d2e7e..f81df68cf06 100644 --- a/docs/manual/mod/mod_heartbeat.xml +++ b/docs/manual/mod/mod_heartbeat.xml @@ -43,7 +43,7 @@ of ProxyPass.

To use mod_heartbeat, mod_status and mod_watchdog - 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 mod_heartbeat. @@ -69,16 +69,6 @@ v=1&ready=75&busy=0 -
-Miscellaneous -

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:

--DHEARTBEAT_INTERVAL=3 -

Would cause the broadcasts to be sent every 3 seconds.

-
- HeartbeatAddress Multicast address for heartbeat packets diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml index 1627c479ca6..2870b1df122 100644 --- a/docs/manual/mod/mod_heartmonitor.xml +++ b/docs/manual/mod/mod_heartmonitor.xml @@ -62,7 +62,7 @@ use mod_slotmem_shm.

The HeartbeatListen directive specifies the multicast address on which the server will listen for status information from mod_heartbeat-enabled servers. This - address will usually corrspond to a configured HeartbeatAddress on an origin server.