diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2023-01-09 21:45:00 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2023-01-09 21:45:00 +0100 |
commit | b8dac484b8c2d870f18e376969c3e3c23c00ebc9 (patch) | |
tree | 0e10f1819660e3ed19a971955f541b3899a09b8d | |
parent | Limit triggering on non-code changes, try to capture error_log as (diff) | |
download | apache2-b8dac484b8c2d870f18e376969c3e3c23c00ebc9.tar.xz apache2-b8dac484b8c2d870f18e376969c3e3c23c00ebc9.zip |
Add a compatibility note for HeartbeatMaxServers 0
Add a missing hyperlink.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906517 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_heartmonitor.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml index 6001fee193..1437e6623c 100644 --- a/docs/manual/mod/mod_heartmonitor.xml +++ b/docs/manual/mod/mod_heartmonitor.xml @@ -85,7 +85,7 @@ use <module>mod_slotmem_shm</module>.</p> <p>The <directive>HeartbeatStorage</directive> directive specifies the path to store heartbeat data. This flat-file is used only when <module>mod_slotmem_shm</module> is not loaded and - <directive>HeartbeatMaxServers</directive> is set to 0.</p> + <directive module="mod_heartmonitor">HeartbeatMaxServers</directive> is set to 0.</p> </usage> </directivesynopsis> @@ -96,6 +96,7 @@ heartbeat requests to this server</description> <syntax>HeartbeatMaxServers <var>number-of-servers</var></syntax> <default>HeartbeatMaxServers 10</default> <contextlist><context>server config</context></contextlist> +<compatibility>The value of 0 is accepted only in 2.4.55 and above</compatibility> <usage> <p>The <directive>HeartbeatMaxServers</directive> directive specifies the |