From f75be9a4c375c1b86b91dc3c24d88953e8663501 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 23 Aug 2013 14:39:20 +0000 Subject: [PATCH] drop the repeated phrase about Authorization, since it only applies to the default value of CacheQuickHandler. Other pieces of the manual refer to authorization and caching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516867 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 80fa83532a..00f996fcac 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -569,8 +569,7 @@ header. CacheIgnoreCacheControl directive allows this behavior to be overridden. CacheIgnoreCacheControl On tells the server to attempt to serve the resource from the cache even - if the request contains no-cache header values. Resources requiring - authorization will never be cached.

+ if the request contains no-cache header values. CacheIgnoreCacheControl On @@ -791,8 +790,7 @@ LastModified date. directive allows this behavior to be overridden. CacheStorePrivate On tells the server to attempt to cache the resource even if it contains - private header values. Resources requiring authorization will - never be cached.

+ private header values. CacheStorePrivate On @@ -825,8 +823,7 @@ LastModified date. CacheStoreNoStore directive allows this behavior to be overridden. CacheStoreNoStore On tells the server to attempt to cache the resource even if it contains - no-store header values. Resources requiring authorization will - never be cached.

+ no-store header values. CacheStoreNoStore On -- 2.40.0