From: Chris Darroch Date: Wed, 11 Oct 2006 19:40:50 +0000 (+0000) Subject: describe new check_config hook X-Git-Tag: 2.3.0~2077 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1ed7594a2bebed0e011e03388583a89fcdec49b;p=apache describe new check_config hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 37657d36e5..9cb4cf2d43 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -52,7 +52,19 @@
Module Developer Changes - +
+
Check Configuration Hook Added
+ +
A new hook, check_config, has been added which runs + between the pre_config and open_logs + hooks. It also runs before the test_config hook + when the -t option is passed to + httpd. The check_config hook + allows modules to review interdependent configuration directive + values and adjust them while messages can still be logged to the + console. The user can thus be alerted to misconfiguration problems + before the core open_logs hook function redirects + console output to the error log.
+