summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-02-29 22:31:22 +0100
committerRich Bowen <rbowen@apache.org>2012-02-29 22:31:22 +0100
commit848955a06890fc12e15b1e5bafa307bd595e1beb (patch)
tree153690cfc8bd6196cad29d800e4211937c8b578e /docs/manual
parentFix MPM DSO load failure on AIX. (diff)
downloadapache2-848955a06890fc12e15b1e5bafa307bd595e1beb.tar.xz
apache2-848955a06890fc12e15b1e5bafa307bd595e1beb.zip
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_cache.html.en4
-rw-r--r--docs/manual/mod/mod_cache.xml4
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 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.</td></tr>
</table>
<p>Ordinarily, requests or responses with Cache-Control: no-store header
values will not be stored in the cache. The
- <code class="directive">CacheStoreNoCache</code> directive allows this
- behavior to be overridden. <code class="directive">CacheStoreNoCache</code> On
+ <code class="directive">CacheStoreNoStore</code> directive allows this
+ behavior to be overridden. <code class="directive">CacheStoreNoStore</code> 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>
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.</description>
<usage>
<p>Ordinarily, requests or responses with Cache-Control: no-store header
values will not be stored in the cache. The
- <directive>CacheStoreNoCache</directive> directive allows this
- behavior to be overridden. <directive>CacheStoreNoCache</directive> On
+ <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>