On Wed, Sep 22, 2010 at 1:54 PM, <[email protected]> wrote: > Author: wrowe > Date: Wed Sep 22 17:54:39 2010 > New Revision: 1000106 > > URL: http://svn.apache.org/viewvc?rev=1000106&view=rev > Log: > Revert breakage in 2.2.4 introduced in r450055, by offering a > CacheStoreExpired > directive to allow the user to override this questionable change. > > Modified: > httpd/httpd/trunk/docs/manual/mod/mod_cache.xml > httpd/httpd/trunk/modules/cache/mod_cache.c > httpd/httpd/trunk/modules/cache/mod_cache.h > > 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=1000106&r1=1000105&r2=1000106&view=diff > > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original) > +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Wed Sep 22 17:54:39 > 2010 > @@ -585,6 +585,30 @@ LastModified date.</description> > </directivesynopsis> > > <directivesynopsis> > +<name>CacheStoreExpired</name> > +<description>Attempt to cache responses that the server reports as > expired</description> > +<syntax>CacheStoreExpired On|Off</syntax> > +<default>CacheStoreExpired Off</default> > +<contextlist><context>server config</context><context>virtual > host</context> > +</contextlist> > + > +<usage> > + <p>Since httpd 2.2.4, responses which are already-expired are not > stored > + stored in the cache. The <directive>CacheStoreExpired</directive> >
"stored" is duplicated
