From 48a12e6c72dee24cc060470a9342bbef601305de Mon Sep 17 00:00:00 2001 From: Sander Temme Date: Mon, 9 Jan 2012 04:20:46 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_heartbeat.xml | 12 +----------- docs/manual/mod/mod_heartmonitor.xml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) 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.

-- 2.47.3