From b1ed7594a2bebed0e011e03388583a89fcdec49b Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Wed, 11 Oct 2006 19:40:50 +0000 Subject: [PATCH] describe new check_config hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462915 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_4.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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.
+
-- 2.40.0