From: Stefan Fritsch Date: Sun, 15 Jan 2012 22:47:37 +0000 (+0000) Subject: Update xforms, add missing mod_watchdog generated files X-Git-Tag: 2.4.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f54d8274e960885888d778b4b4810bdf0dc4af4;p=apache Update xforms, add missing mod_watchdog generated files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1231784 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.ja.utf8 b/docs/manual/mod/mod_cache.html.ja.utf8 index 91f69b630d..d4dc3215de 100644 --- a/docs/manual/mod/mod_cache.html.ja.utf8 +++ b/docs/manual/mod/mod_cache.html.ja.utf8 @@ -546,6 +546,7 @@ コンテキスト:サーバ設定ファイル, バーチャルホスト ステータス:Extension モジュール:mod_cache +互換性:Apache HTTP Server 2.3.3 and later

このディレクティブの解説文書は まだ翻訳されていません。英語版をご覧ください。

diff --git a/docs/manual/mod/mod_watchdog.html b/docs/manual/mod/mod_watchdog.html new file mode 100644 index 0000000000..468f2c90a3 --- /dev/null +++ b/docs/manual/mod/mod_watchdog.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_watchdog.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_watchdog.html.en b/docs/manual/mod/mod_watchdog.html.en new file mode 100644 index 0000000000..e1f675e0b2 --- /dev/null +++ b/docs/manual/mod/mod_watchdog.html.en @@ -0,0 +1,74 @@ + + + +mod_watchdog - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.4 > Modules
+
+

Apache Module mod_watchdog

+
+

Available Languages:  en 

+
+ + + + +
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:

+ +
+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

+ +
+ +
top
+

WatchdogInterval Directive

+ + + + + + + +
Description:Watchdog interval in seconds
Syntax:WatchdogInterval number-of-seconds
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 

+
+ \ No newline at end of file