diff options
author | Eric Covener <covener@apache.org> | 2013-08-23 16:39:20 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-08-23 16:39:20 +0200 |
commit | f75be9a4c375c1b86b91dc3c24d88953e8663501 (patch) | |
tree | ade7c6ea3c95a49e47971936dc5f0fad92d2458d /docs | |
parent | s/authorisation/authorization/ for consistency with the rest of this (diff) | |
download | apache2-f75be9a4c375c1b86b91dc3c24d88953e8663501.tar.xz apache2-f75be9a4c375c1b86b91dc3c24d88953e8663501.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_cache.xml | 9 |
1 files 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.</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 |