From: Chris Darroch
Date: Wed, 11 Oct 2006 19:39:42 +0000 (+0000)
Subject: added pre_config, check_config, and test_config hooks
X-Git-Tag: 2.3.0~2078
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c3c49465ab67f87cd23e16c64bf9ab3a7b25ea;p=thirdparty%2Fapache%2Fhttpd.git
added pre_config, check_config, and test_config hooks
moved open_logs hook
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462914 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml
index 8d5763fdc59..90352e75a19 100644
--- a/docs/manual/developer/modules.xml
+++ b/docs/manual/developer/modules.xml
@@ -200,6 +200,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
@@ -207,9 +220,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