You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Akins <br...@turner.com> on 2006/01/12 18:19:20 UTC

[PATCH] Add CachMinExpire

Set a lower limit on expire time for objects with no expires, but have 
last-modified.

I have the problem that new objects get ridiculously small expire times 
from lastmodifiedfactor, this just sets a floor on it.


-- 
Brian Akins
Lead Systems Engineer
CNN Internet Technologies

Re: [PATCH] Add CachMinExpire

Posted by Ruediger Pluem <rp...@apache.org>.
Committed as r369811 (http://svn.apache.org/viewcvs.cgi?rev=369811&view=rev).

On 01/17/2006 03:09 PM, Brian Akins wrote:
> Ruediger Pluem wrote:
> 
>> Makes sense to me to have this directive. Could you please provide a
>> documentation
>> patch against docs/manual/mod/mod_cache.xml that documents this
>> directive?
>>
> 
> 

Re: [PATCH] Add CachMinExpire

Posted by Brian Akins <br...@turner.com>.
Ruediger Pluem wrote:

> Makes sense to me to have this directive. Could you please provide a 
> documentation
> patch against docs/manual/mod/mod_cache.xml that documents this directive?
> 


-- 
Brian Akins
Lead Systems Engineer
CNN Internet Technologies

Re: [PATCH] Add CachMinExpire

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/12/2006 06:19 PM, Brian Akins wrote:
> Set a lower limit on expire time for objects with no expires, but have
> last-modified.
> 
> I have the problem that new objects get ridiculously small expire times
> from lastmodifiedfactor, this just sets a floor on it.

Makes sense to me to have this directive. Could you please provide a documentation
patch against docs/manual/mod/mod_cache.xml that documents this directive?

Then I will take care to fold these patches (code and doc) into the trunk.

Regards

RĂ¼diger