From: Rainer Jung
Date: Tue, 21 Jun 2022 10:19:26 +0000 (+0000)
Subject: *) mod_heartmonitor: Document interaction between
X-Git-Tag: 2.5.0-alpha2-ci-test-only~282
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a122180ce63ea38d6cd7051097e0c2d6b32c6ee1;p=thirdparty%2Fapache%2Fhttpd.git
*) mod_heartmonitor: Document interaction between
HeartbeatStorage and HeartbeatMaxServers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902132 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml
index c6ee2dfde29..1163aa9a9a2 100644
--- a/docs/manual/mod/mod_heartmonitor.xml
+++ b/docs/manual/mod/mod_heartmonitor.xml
@@ -76,7 +76,7 @@ use mod_slotmem_shm.
HeartbeatStorage
-Path to store heartbeat data
+Path to store heartbeat data when using flat-file storage
HeartbeatStorage file-path
HeartbeatStorage logs/hb.dat
server config
@@ -84,7 +84,8 @@ use mod_slotmem_shm.
The HeartbeatStorage directive specifies the
path to store heartbeat data. This flat-file is used only when
- mod_slotmem_shm is not loaded.
+ mod_slotmem_shm is not loaded and
+ HeartbeatMaxServers is set to 0.
@@ -101,6 +102,8 @@ heartbeat requests to this server
maximum number of servers that will be sending requests to this monitor
server. It is used to control the size of the shared memory allocated
to store the heartbeat info when mod_slotmem_shm is in use.
+ For using flat-file storage (without loading mod_slotmem_shm),
+ this mus be set to 0. The value must be either 0, or bigger or equals 10.