https://issues.apache.org/bugzilla/show_bug.cgi?id=21260
--- Comment #7 from Graham Leggett <[email protected]> 2009-10-03 09:01:38 PDT --- CacheMaxExpire as used in this patch seems to limit the max cache time to a default of 86400 seconds (1 day), which is broken - caches should definitely be allowed to cache for more than a day. Looking at CacheMinExpire, the directive is only valid when an Expires header is not present (as per the docs), and currently, CacheMaxExpire is also only valid when the expires header is missing. Either the docs need to be changed, to reflect this, or the default value of CacheMaxExpire needs to default to no limit. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
