From 0ebb8b9b9a7db8d9212d4a9e9c39dbc43bc6f7c6 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Mon, 5 Jul 2004 04:49:45 +0000 Subject: [PATCH] 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 --- CHANGES | 4 +++ docs/manual/mod/mod_headers.xml | 44 ++++++++++++++++++----- modules/metadata/mod_headers.c | 62 +++++++++++++++++++++++++-------- 3 files changed, 87 insertions(+), 23 deletions(-) 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 @@ - +