]> granicus.if.org Git - apache/commitdiff
describe new check_config hook
authorChris Darroch <chrisd@apache.org>
Wed, 11 Oct 2006 19:40:50 +0000 (19:40 +0000)
committerChris Darroch <chrisd@apache.org>
Wed, 11 Oct 2006 19:40:50 +0000 (19:40 +0000)
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

index 37657d36e598295810cd402855bb7d55c5117425..9cb4cf2d430eecf11289d8fc1236774d646e04cd 100644 (file)
 
   <section id="developer">
     <title>Module Developer Changes</title>
-    <!-- <dl>
-    </dl> -->
+    <dl>
+      <dt>Check Configuration Hook Added</dt>
+
+      <dd>A new hook, <code>check_config</code>, has been added which runs
+          between the <code>pre_config</code> and <code>open_logs</code>
+          hooks.  It also runs before the <code>test_config</code> hook
+          when the <code>-t</code> option is passed to
+          <program>httpd</program>.  The <code>check_config</code> 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 <code>open_logs</code> hook function redirects
+          console output to the error log.</dd>
+    </dl>
   </section>
 </manualpage>