You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/08/23 16:39:21 UTC

svn commit: r1516867 - /httpd/httpd/trunk/docs/manual/mod/mod_cache.xml

Author: covener
Date: Fri Aug 23 14:39:20 2013
New Revision: 1516867

URL: http://svn.apache.org/r1516867
Log:
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.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_cache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml?rev=1516867&r1=1516866&r2=1516867&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Fri Aug 23 14:39:20 2013
@@ -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