Justin Erenkrantz wrote:
> On Mon, Apr 15, 2002 at 11:59:00AM +0800, Stas Bekman wrote:
> 
>>2.0.35 or whatever version is running on apache.org at this moment 
>>doesn't set the Last-Modified header for static pages requests.
> 
> 
> Daedalus won't because everything is run through mod_include.
> 
> It's httpd.conf says:
> 
> <Files ~ "\.html">
>     SetOutputFilter INCLUDES
> </Files>
> 
> If a page goes through mod_include, we have no idea what the
> Last-Modified is, so we remove it.

Which makes all ASF projects sites running of daedalus cache 
non-friendly. Is this good?

Someone has suggested that mod_include could set the Last-Modified 
header based on the included component which was modified most recently.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to