
covener at apache
Jun 8, 2009, 6:27 PM
Views: 162
Permalink
|
|
svn commit: r782860 - in /httpd/httpd/trunk/docs/manual: env.xml mod/mod_cache.xml
|
|
Author: covener Date: Tue Jun 9 01:27:43 2009 New Revision: 782860 URL: http://svn.apache.org/viewvc?rev=782860&view=rev Log: no-cache envvar: copy the compatability note from 2.2.x for env.xml, add compat note inline for refereneces in CacheEnable/CacheDisable. Modified: httpd/httpd/trunk/docs/manual/env.xml httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Modified: httpd/httpd/trunk/docs/manual/env.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml?rev=782860&r1=782859&r2=782860&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/env.xml (original) +++ httpd/httpd/trunk/docs/manual/env.xml Tue Jun 9 01:27:43 2009 @@ -325,6 +325,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 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=782860&r1=782859&r2=782860&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Tue Jun 9 01:27:43 2009 @@ -133,7 +133,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> @@ -156,7 +157,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>
|