antilabel.ru
mod_watchdog - Apache HTTP Server Version 2.4
Modules | Directives | FAQ | Glossary | Sitemap
Apache HTTP Server Version 2.4
Apache > HTTP Server > Documentation > Version 2.4 > Modules
Apache Module mod_watchdog
Available Languages: en |
fr
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
Summary
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.
Directives
WatchdogInterval
Bugfix checklisthttpd changelogKnown issuesReport a bugSee also
Comments
WatchdogInterval Directive
Description:Watchdog interval in seconds
Syntax:WatchdogInterval time-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 every
second.
Available Languages: en |
fr
Copyright 2026 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.
Modules | Directives | FAQ | Glossary | Sitemap
page_1 | page_2 | page_3 | page_4 | page_5 |