From cd905f20bb2a9cc044343c75f79900de7c4065b4 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 29 Feb 2012 21:28:30 +0000 Subject: [PATCH] s/CacheStoreNoCache/CacheStoreNoStore/g as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52798 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1295289 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 4 ++-- docs/manual/mod/mod_cache.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index e5df2d75fef..6447321732c 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -607,8 +607,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 33fbd2075f8..de02d3866a8 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -557,8 +557,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.

-- 2.47.2