]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_heartmonitor: Clarify HeartbeatMaxServers value range — 0 for flat-file, 10+...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 19:59:10 +0000 (19:59 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 19:59:10 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933540 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_heartmonitor.xml

index 1437e6623c1125f03590c866b86ca62d2ceefe1b..dfe10db3d731e64d54cf08db5759c7a3bb2c0967 100644 (file)
@@ -103,8 +103,10 @@ heartbeat requests to this server</description>
     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 <module>mod_slotmem_shm</module> is in use.</p>
-    <p>For using flat-file storage (without loading <module>mod_slotmem_shm</module>),
-    this must be set to 0. The value must be either 0, or bigger or equals 10.</p>
+    <p>Set this to <code>0</code> to use flat-file storage instead
+    of shared memory (i.e., without loading
+    <module>mod_slotmem_shm</module>). When using shared memory,
+    the value must be 10 or greater.</p>
 </usage>
 </directivesynopsis>
 </modulesynopsis>