From: Christophe Jaillet Date: Sun, 26 Aug 2018 21:17:20 +0000 (+0000) Subject: Add some more modules that use mod_watchdog X-Git-Tag: 2.4.35~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eae84a5a63c88ea6c44185c97f8330b7bf90a8df;p=apache 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 --- diff --git a/docs/manual/mod/mod_watchdog.xml b/docs/manual/mod/mod_watchdog.xml index 75cdb0765f..b82d77c52f 100644 --- a/docs/manual/mod/mod_watchdog.xml +++ b/docs/manual/mod/mod_watchdog.xml @@ -22,7 +22,7 @@ mod_watchdog -provides infrastructure for other modules to periodically run +provides infrastructure for other modules to periodically run tasks Base mod_watchdog.c @@ -30,30 +30,32 @@ Available in Apache 2.3 and later -

mod_watchdog defines programmatic hooks for other modules to -periodically run tasks. These modules can register handlers for -mod_watchdog hooks. Currently, the following modules in the -Apache distribution use this functionality:

+

mod_watchdog defines programmatic hooks for other modules to +periodically run tasks. These modules can register handlers for +mod_watchdog hooks. Currently, the following modules in the +Apache distribution use this functionality:

  • mod_heartbeat
  • mod_heartmonitor
  • +
  • mod_md
  • +
  • mod_proxy_hcheck
-To allow a module to use mod_watchdog functionality, -mod_watchdog itself must be statically linked to the server -core or, if a dynamic module, be loaded before the calling module. +To allow a module to use mod_watchdog functionality, +mod_watchdog itself must be statically linked to the server +core or, if a dynamic module, be loaded before the calling module.
WatchdogInterval Watchdog interval in seconds -WatchdogInterval number-of-seconds +WatchdogInterval time-interval[s] WatchdogInterval 1 server config -

Sets the interval at which the watchdog_step hook runs. Default is to run every +

Sets the interval at which the watchdog_step hook runs. Default is to run every second.