You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2023/01/09 20:46:06 UTC

svn commit: r1906518 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml

Author: jailletc36
Date: Mon Jan  9 20:46:06 2023
New Revision: 1906518

URL: http://svn.apache.org/viewvc?rev=1906518&view=rev
Log:
Add a compatibility note for HeartbeatMaxServers 0
Add a missing hyperlink.

r1906517 in trunk

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml?rev=1906518&r1=1906517&r2=1906518&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml Mon Jan  9 20:46:06 2023
@@ -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</descr
 <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