From 41ee74561cd41dff407b519c1f63975bcc3f42f0 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Sat, 23 Oct 2004 17:45:55 +0000 Subject: [PATCH] mod_cache: Add CacheIgnoreHeaders directive. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (Justin made some minor tweaks to the patch.) PR: 30399 Submitted by: R�diger Pl�m Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105569 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 ++ docs/manual/mod/mod_cache.xml | 55 ++++++++++++++++++++++++++- modules/experimental/cache_util.c | 19 ++++++++- modules/experimental/mod_cache.c | 38 ++++++++++++++++++ modules/experimental/mod_cache.h | 10 ++++- modules/experimental/mod_disk_cache.c | 6 ++- modules/experimental/mod_mem_cache.c | 7 +++- 7 files changed, 131 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 540f0726ee9..5a5e62477d7 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_cache: Add CacheIgnoreHeaders directive. PR 30399. + [Rüiger Plü ] + *) WIN64: API changes to clean up Windows 64bit compile warnings [Allan Edwards] diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 1f8957633e3..b69310b9b37 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -1,7 +1,7 @@ - +