From: Rich Bowen Date: Wed, 29 Apr 2026 19:59:10 +0000 (+0000) Subject: mod_heartmonitor: Clarify HeartbeatMaxServers value range — 0 for flat-file, 10+... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6cc75bf308fb145169de7fb97ed9d82c5e19478;p=thirdparty%2Fapache%2Fhttpd.git mod_heartmonitor: Clarify HeartbeatMaxServers value range — 0 for flat-file, 10+ for shared memory (Bug 64889) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml index 1437e6623c..dfe10db3d7 100644 --- a/docs/manual/mod/mod_heartmonitor.xml +++ b/docs/manual/mod/mod_heartmonitor.xml @@ -103,8 +103,10 @@ 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 must be set to 0. The value must be either 0, or bigger or equals 10.

+

Set this to 0 to use flat-file storage instead + of shared memory (i.e., without loading + mod_slotmem_shm). When using shared memory, + the value must be 10 or greater.