]> granicus.if.org Git - apache/commitdiff
Fix directive name in doc as per https://issues.apache.org/bugzilla/show_bug.cgi...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Feb 2012 21:31:22 +0000 (21:31 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Feb 2012 21:31:22 +0000 (21:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1295291 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.html.en
docs/manual/mod/mod_cache.xml

index 45d10c09fcb8f07cef62a6ac0180a872a002e5e1..05a0e5156dc380b9359d85f78bf6ca8af62e2c5c 100644 (file)
@@ -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>
index c4fb4e989958363676345cd33787a89e4c24bd26..3764f4b0fdabc58c3498690bb756658e3f13d534 100644 (file)
@@ -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>