From 2b6ab457fe5306d2f9536850d84461b5b63a2bdc Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 21 Feb 2012 15:01:05 +0000 Subject: [PATCH] Mention the CACHE filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291833 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 11ef34f96c..6232b35032 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.50.1