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/03/02 19:04:12 UTC

svn commit: r749395 - in /httpd/httpd/branches/2.2.x/docs/manual: env.html.en env.xml

Author: covener
Date: Mon Mar  2 18:04:12 2009
New Revision: 749395

URL: http://svn.apache.org/viewvc?rev=749395&view=rev
Log:
document where no-cache envvar is supported

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/env.html.en
    httpd/httpd/branches/2.2.x/docs/manual/env.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.html.en?rev=749395&r1=749394&r2=749395&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.html.en Mon Mar  2 18:04:12 2009
@@ -283,6 +283,7 @@
     
 
     <h3><a name="no-cache" id="no-cache">no-cache</a></h3>
+        <p><em>Available in versions after 2.2.11</em></p>
 
         <p>When set, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> will not save an otherwise
         cacheable response.  This environment variable does not influence

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.xml?rev=749395&r1=749394&r2=749395&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.xml Mon Mar  2 18:04:12 2009
@@ -324,6 +324,7 @@
     </section>
 
     <section id="no-cache"><title>no-cache</title>
+        <p><em>Available in versions after 2.2.11</em></p>
 
         <p>When set, <module>mod_cache</module> will not save an otherwise
         cacheable response.  This environment variable does not influence