| Description: | provides infrastructure for other modules to periodically run tasks |
|---|---|
| Status: | Base |
| Module Identifier: | watchdog_module |
| Source File: | mod_watchdog.c |
| Compatibility: | Available in Apache 2.3 and later |
mod_watchdog defines programmatic hooks for other modules toperiodically run tasks. These modules can register handlers formod_watchdog hooks. Currently, the following modules in theApache distribution use this functionality:
mod_watchdog functionality,mod_watchdog itself must be statically linked to the servercore or, if a dynamic module, be loaded before the calling module.| Description: | Watchdog interval in seconds |
|---|---|
| Syntax: | WatchdogIntervaltime-interval[s] |
| Default: | WatchdogInterval 1 |
| Context: | server config |
| Status: | Base |
| Module: | mod_watchdog |
Sets the interval at which the watchdog_step hook runs. Default is to run everysecond.
Copyright 2025 The Apache Software Foundation.
Licensed under theApache License, Version 2.0.