Add some more modules that use mod_watchdog

r1839250 in trunk

+ remove some trailing spaces to synch with trunk
+ add the optional [s] in WatchdogInterval syntax

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2018-08-26 21:17:20 +00:00
parent 6e8c2406cc
commit eae84a5a63

View File

@ -37,6 +37,8 @@ Apache distribution use this functionality:</p>
<ul> <ul>
<li><module>mod_heartbeat</module></li> <li><module>mod_heartbeat</module></li>
<li><module>mod_heartmonitor</module></li> <li><module>mod_heartmonitor</module></li>
<li><module>mod_md</module></li>
<li><module>mod_proxy_hcheck</module></li>
</ul> </ul>
<note type="warning"> <note type="warning">
To allow a module to use <module>mod_watchdog</module> functionality, To allow a module to use <module>mod_watchdog</module> functionality,
@ -48,7 +50,7 @@ core or, if a dynamic module, be loaded before the calling module.
<directivesynopsis> <directivesynopsis>
<name>WatchdogInterval</name> <name>WatchdogInterval</name>
<description>Watchdog interval in seconds</description> <description>Watchdog interval in seconds</description>
<syntax>WatchdogInterval <var>number-of-seconds</var></syntax> <syntax>WatchdogInterval <var>time-interval</var>[s]</syntax>
<default>WatchdogInterval 1</default> <default>WatchdogInterval 1</default>
<contextlist><context>server config</context></contextlist> <contextlist><context>server config</context></contextlist>