diff options
author | Chris Darroch <chrisd@apache.org> | 2006-10-12 06:13:12 +0200 |
---|---|---|
committer | Chris Darroch <chrisd@apache.org> | 2006-10-12 06:13:12 +0200 |
commit | 064ecf6593a5a52e929fc08bdeb3131e1b7f2f28 (patch) | |
tree | 1f18df7105a827a25e65356b784393b4b0706c91 /docs/manual/developer | |
parent | fixed missing "edit" argument option in mod_headers.xml (diff) | |
download | apache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.tar.xz apache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r-- | docs/manual/developer/modules.html.en | 16 | ||||
-rw-r--r-- | docs/manual/developer/modules.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/developer/modules.xml.meta | 2 |
3 files changed, 15 insertions, 5 deletions
diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index 4c6c2fe9a5..4e1e9e2d62 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -196,6 +196,19 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module = far...</p> <dl> + <dt><code>ap_hook_pre_config</code></dt> + <dd>do any setup required prior to processing configuration + directives</dd> + + <dt><code>ap_hook_check_config</code></dt> + <dd>review configuration directive interdependencies</dd> + + <dt><code>ap_hook_test_config</code></dt> + <dd>executes only with <code>-t</code> option</dd> + + <dt><code>ap_hook_open_logs</code></dt> + <dd>open any specified logs</dd> + <dt><code>ap_hook_post_config</code></dt> <dd>this is where the old <code>_init</code> routines get registered</dd> @@ -203,9 +216,6 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module = <dt><code>ap_hook_http_method</code></dt> <dd>retrieve the http method from a request. (legacy)</dd> - <dt><code>ap_hook_open_logs</code></dt> - <dd>open any specified logs</dd> - <dt><code>ap_hook_auth_checker</code></dt> <dd>check if the resource requires authorization</dd> diff --git a/docs/manual/developer/modules.xml.ja b/docs/manual/developer/modules.xml.ja index b373b17f57..ceeb084307 100644 --- a/docs/manual/developer/modules.xml.ja +++ b/docs/manual/developer/modules.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- English Revision: 420993 --> +<!-- English Revision: 420993:462914 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/developer/modules.xml.meta b/docs/manual/developer/modules.xml.meta index 850ae5ce82..a810696c75 100644 --- a/docs/manual/developer/modules.xml.meta +++ b/docs/manual/developer/modules.xml.meta @@ -7,6 +7,6 @@ <variants> <variant>en</variant> - <variant>ja</variant> + <variant outdated="yes">ja</variant> </variants> </metafile> |