From 10c3c49465ab67f87cd23e16c64bf9ab3a7b25ea Mon Sep 17 00:00:00 2001
From: Chris Darroch
Date: Wed, 11 Oct 2006 19:39:42 +0000
Subject: [PATCH] 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
---
docs/manual/developer/modules.xml | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml
index 8d5763fdc5..90352e75a1 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
--
2.49.0