From: Nick Kew Date: Mon, 5 Jul 2004 04:49:45 +0000 (+0000) Subject: Implement "Early" mode in mod_headers, and document it. X-Git-Tag: pre_ajp_proxy~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ebb8b9b9a7db8d9212d4a9e9c39dbc43bc6f7c6;p=apache Implement "Early" mode in mod_headers, and document it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104170 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5e427e5695..5f25e02f5b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_headers: implement "Early" processing option in post_read_request + to enable Header and RequestHeader directives to be used to set up + testcases for pre-fixups request phases [Nick Kew] + *) mod_dir: the trailing-slash behaviour is now configurable using the DirectorySlash directive. [André Malo] diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 1003d746b7..030aaab732 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -1,7 +1,7 @@ - +