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