From: Chris Darroch
Date: Thu, 12 Oct 2006 04:13:12 +0000 (+0000)
Subject: update transformation
X-Git-Tag: 2.3.0~2075
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=064ecf6593a5a52e929fc08bdeb3131e1b7f2f28;p=thirdparty%2Fapache%2Fhttpd.git
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en
index 4c6c2fe9a50..4e1e9e2d629 100644
--- a/docs/manual/developer/modules.html.en
+++ b/docs/manual/developer/modules.html.en
@@ -196,6 +196,19 @@ module MODULE_VAR_EXPORT module_name_module =
far...
+ ap_hook_pre_config
+ - do any setup required prior to processing configuration
+ directives
+
+ ap_hook_check_config
+ - review configuration directive interdependencies
+
+ ap_hook_test_config
+ - executes only with
-t
option
+
+ ap_hook_open_logs
+ - open any specified logs
+
ap_hook_post_config
- this is where the old
_init
routines get
registered
@@ -203,9 +216,6 @@ module MODULE_VAR_EXPORT module_name_module =
ap_hook_http_method
- retrieve the http method from a request. (legacy)
- ap_hook_open_logs
- - open any specified logs
-
ap_hook_auth_checker
- check if the resource requires authorization
diff --git a/docs/manual/developer/modules.xml.ja b/docs/manual/developer/modules.xml.ja
index b373b17f574..ceeb0843072 100644
--- a/docs/manual/developer/modules.xml.ja
+++ b/docs/manual/developer/modules.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
+
+
+
+
+
+
+