diff options
author | Chris Darroch <chrisd@apache.org> | 2006-10-12 06:13:12 +0200 |
---|---|---|
committer | Chris Darroch <chrisd@apache.org> | 2006-10-12 06:13:12 +0200 |
commit | 064ecf6593a5a52e929fc08bdeb3131e1b7f2f28 (patch) | |
tree | 1f18df7105a827a25e65356b784393b4b0706c91 /docs/manual/new_features_2_4.html.en | |
parent | fixed missing "edit" argument option in mod_headers.xml (diff) | |
download | apache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.tar.xz apache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_4.html.en')
-rw-r--r-- | docs/manual/new_features_2_4.html.en | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 20c0a53d48..4f18369728 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -40,7 +40,13 @@ <div class="section"> <h2><a name="module" id="module">Module Enhancements</a></h2> - + <dl> + <dt><code class="module"><a href="./mod/mod_headers.html">mod_headers</a></code></dt> + + <dd>Using the new <code>edit</code> argument, header values may + be edited using a regular expression search-and-replace + operation.</dd> + </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> @@ -51,7 +57,20 @@ <div class="section"> <h2><a name="developer" id="developer">Module Developer Changes</a></h2> - + <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 + <code class="program"><a href="./programs/httpd.html">httpd</a></code>. 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> </div></div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="./en/new_features_2_4.html" title="English"> en </a></p> |