
covener at apache
Jun 8, 2009, 6:30 PM
Views: 170
Permalink
|
|
svn commit: r782862 - in /httpd/httpd/trunk/docs/manual: env.html.en mod/mod_cache.html.en
|
|
Author: covener Date: Tue Jun 9 01:30:48 2009 New Revision: 782862 URL: http://svn.apache.org/viewvc?rev=782862&view=rev Log: doc xforms Modified: httpd/httpd/trunk/docs/manual/env.html.en httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en Modified: httpd/httpd/trunk/docs/manual/env.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.html.en?rev=782862&r1=782861&r2=782862&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/env.html.en (original) +++ httpd/httpd/trunk/docs/manual/env.html.en Tue Jun 9 01:30:48 2009 @@ -285,6 +285,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/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=782862&r1=782861&r2=782862&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en Tue Jun 9 01:30:48 2009 @@ -145,7 +145,9 @@ </code></p></div> <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> + <h3>See also</h3> <ul> @@ -190,7 +192,8 @@ </code></p></div> <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> <h3>See also</h3>
|