From: Rich Bowen Date: Wed, 29 Feb 2012 21:31:22 +0000 (+0000) Subject: Fix directive name in doc as per https://issues.apache.org/bugzilla/show_bug.cgi... X-Git-Tag: 2.5.0-alpha~7428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=848955a06890fc12e15b1e5bafa307bd595e1beb;p=apache Fix directive name in doc as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52798 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1295291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 45d10c09fc..05a0e5156d 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -1014,8 +1014,8 @@ LastModified date.

Ordinarily, requests or responses with Cache-Control: no-store header values will not be stored in the cache. The - CacheStoreNoCache directive allows this - behavior to be overridden. CacheStoreNoCache On + 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.

diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index c4fb4e9899..3764f4b0fd 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -797,8 +797,8 @@ LastModified date.

Ordinarily, requests or responses with Cache-Control: no-store header values will not be stored in the cache. The - CacheStoreNoCache directive allows this - behavior to be overridden. CacheStoreNoCache On + 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.