You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/06/09 03:28:51 UTC

svn commit: r782861 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml

Author: covener
Date: Tue Jun  9 01:28:50 2009
New Revision: 782861

URL: http://svn.apache.org/viewvc?rev=782861&view=rev
Log:
compat mentioned in env.xml, echo in inline reference
 in CacheEnable/CacheDisable

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml?rev=782861&r1=782860&r2=782861&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.xml Tue Jun  9 01:28:50 2009
@@ -173,7 +173,8 @@
     </example>
 
     <p> The <code>no-cache</code> environment variable can be set to 
-    disable caching on a finer grained set of resources.</p>
+    disable caching on a finer grained set of resources in versions
+    after 2.2.11.</p>
 
 </usage>
 <seealso><a href="../env.html">Environment Variables in Apache</a></seealso>
@@ -196,7 +197,9 @@
     </example>
 
     <p> The <code>no-cache</code> environment variable can be set to 
-    disable caching on a finer grained set of resources.</p>
+    disable caching on a finer grained set of resources in versions
+    after 2.2.11.</p>
+
 </usage>
 <seealso><a href="../env.html">Environment Variables in Apache</a></seealso>
 </directivesynopsis>