]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
drop the repeated phrase about Authorization, since it only applies to the
authorEric Covener <covener@apache.org>
Fri, 23 Aug 2013 14:39:20 +0000 (14:39 +0000)
committerEric Covener <covener@apache.org>
Fri, 23 Aug 2013 14:39:20 +0000 (14:39 +0000)
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

index 80fa83532abbce2de74a3fbf5d1177cfd9c01e74..00f996fcac54123c5930b0fcc2321c3461aab777 100644 (file)
@@ -569,8 +569,7 @@ header.</description>
     <directive>CacheIgnoreCacheControl</directive> directive allows this
     behavior to be overridden.  <directive>CacheIgnoreCacheControl On</directive>
     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 <em>never</em> be cached.</p>
+    if the request contains no-cache header values.  
 
     <highlight language="config">
       CacheIgnoreCacheControl On
@@ -791,8 +790,7 @@ LastModified date.</description>
        directive allows this behavior to be overridden.
        <directive>CacheStorePrivate</directive> On
        tells the server to attempt to cache the resource even if it contains
-       private header values.  Resources requiring authorization will
-       <em>never</em> be cached.</p>
+       private header values.  
 
     <highlight language="config">
       CacheStorePrivate On
@@ -825,8 +823,7 @@ LastModified date.</description>
        <directive>CacheStoreNoStore</directive> directive allows this
        behavior to be overridden.  <directive>CacheStoreNoStore</directive> On
        tells the server to attempt to cache the resource even if it contains
-       no-store header values.  Resources requiring authorization will
-       <em>never</em> be cached.</p>
+       no-store header values.  
 
     <highlight language="config">
       CacheStoreNoStore On