You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2009/06/17 13:40:53 UTC

svn commit: r785561 - in /httpd/httpd/trunk/docs/manual/mod: mod_cache.html.en mod_cache.xml

Author: pctony
Date: Wed Jun 17 11:40:52 2009
New Revision: 785561

URL: http://svn.apache.org/viewvc?rev=785561&view=rev
Log:
Broken directive

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_cache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en?rev=785561&r1=785560&r2=785561&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en Wed Jun 17 11:40:52 2009
@@ -214,8 +214,8 @@
     <p>Ordinarily, requests containing a Cache-Control: no-cache or
     Pragma: no-cache header value will not be served from the cache.  The
     <code class="directive">CacheIgnoreCacheControl</code> directive allows this
-    behavior to be overridden.  <code class="directive">CacheIgnoreCacheControl</code>
-    On tells the server to attempt to serve the resource from the cache even
+    behavior to be overridden.  <code class="directive">CacheIgnoreCacheControl On</code>
+    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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml?rev=785561&r1=785560&r2=785561&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Wed Jun 17 11:40:52 2009
@@ -262,8 +262,8 @@
     <p>Ordinarily, requests containing a Cache-Control: no-cache or
     Pragma: no-cache header value will not be served from the cache.  The
     <directive>CacheIgnoreCacheControl</directive> directive allows this
-    behavior to be overridden.  <directive>CacheIgnoreCacheControl</directive>
-    On tells the server to attempt to serve the resource from the cache even
+    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>