From 687517df8f6141739975a5a167cba7bfb8c2e75f Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 21 Feb 2012 14:49:42 +0000 Subject: [PATCH] Mention the CACHE filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291820 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_4.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index d0826e5f63..671a5e5a3b 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -216,6 +216,10 @@
mod_cache
+
The mod_cache CACHE filter can be optionally inserted + at a given point in the filter chain to provide fine control over caching. +
+
mod_cache can now cache HEAD requests.
Where possible, mod_cache directives can now be set -- 2.40.0