-1; please stop committing documentation updates without introducing the appropriate compatibility notes!
As this is already on our site, for an unreleased version, it looks particularly stupid. Bill [email protected] wrote: > Author: covener > Date: Wed Dec 24 07:07:11 2008 > New Revision: 729317 > > URL: http://svn.apache.org/viewvc?rev=729317&view=rev > Log: > document no-cache envvar > > Modified: > httpd/httpd/trunk/docs/manual/env.html.en > httpd/httpd/trunk/docs/manual/env.xml > 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/env.html.en > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.html.en?rev=729317&r1=729316&r2=729317&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/env.html.en (original) > +++ httpd/httpd/trunk/docs/manual/env.html.en Wed Dec 24 07:07:11 2008 > @@ -283,6 +283,15 @@ > > > > + <h3><a name="no-cache" id="no-cache">no-cache</a></h3> > + > + <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 > + whether a response already in the cache will be served for the > current > + request.</p> > + > + > + > <h3><a name="nokeepalive" id="nokeepalive">nokeepalive</a></h3> > > > > Modified: httpd/httpd/trunk/docs/manual/env.xml > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml?rev=729317&r1=729316&r2=729317&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/env.xml (original) > +++ httpd/httpd/trunk/docs/manual/env.xml Wed Dec 24 07:07:11 2008 > @@ -324,6 +324,15 @@ > > </section> > > + <section id="no-cache"><title>no-cache</title> > + > + <p>When set, <module>mod_cache</module> will not save an otherwise > + cacheable response. This environment variable does not influence > + whether a response already in the cache will be served for the > current > + request.</p> > + > + </section> > + > <section id="nokeepalive"> > <title>nokeepalive</title> > > > 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=729317&r1=729316&r2=729317&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en (original) > +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en Wed Dec 24 07:07:11 > 2008 > @@ -143,6 +143,13 @@ > CacheDisable /local_files > </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> > + > +<h3>See also</h3> > +<ul> > +<li><a href="../env.html">Environment Variables in Apache</a></li> > +</ul> > </div> > <div class="top"><a href="#page-header"><img alt="top" > src="../images/up.gif" /></a></div> > <div class="directive-section"><h2><a name="CacheEnable" > id="CacheEnable">CacheEnable</a> <a name="cacheenable" > id="cacheenable">Directive</a></h2> > @@ -181,7 +188,14 @@ > CacheEnable disk http://www.apache.org/<br /> > </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> > > + > +<h3>See also</h3> > +<ul> > +<li><a href="../env.html">Environment Variables in Apache</a></li> > +</ul> > </div> > <div class="top"><a href="#page-header"><img alt="top" > src="../images/up.gif" /></a></div> > <div class="directive-section"><h2><a name="CacheIgnoreCacheControl" > id="CacheIgnoreCacheControl">CacheIgnoreCacheControl</a> <a > name="cacheignorecachecontrol" id="cacheignorecachecontrol">Directive</a></h2> > > 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=729317&r1=729316&r2=729317&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original) > +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Wed Dec 24 07:07:11 2008 > @@ -132,7 +132,11 @@ > CacheEnable disk http://www.apache.org/<br /> > </example> > > + <p> The <code>no-cache</code> environment variable can be set to > + disable caching on a finer grained set of resources.</p> > + > </usage> > +<seealso><a href="../env.html">Environment Variables in Apache</a></seealso> > </directivesynopsis> > > <directivesynopsis> > @@ -150,8 +154,11 @@ > <example><title>Example</title> > CacheDisable /local_files > </example> > -</usage> > > + <p> The <code>no-cache</code> environment variable can be set to > + disable caching on a finer grained set of resources.</p> > +</usage> > +<seealso><a href="../env.html">Environment Variables in Apache</a></seealso> > </directivesynopsis> > <directivesynopsis> > <name>CacheMaxExpire</name> > > > >
