Bill, see below.

Now please tell me why search.apache.org doesn't have this problem? Is it running on a dedicated httpd?

-------- Original Message --------
Subject: Re: 2.0.35 doesn't set Last-Modified header
Date: Sun, 14 Apr 2002 21:03:06 -0700
From: Justin Erenkrantz <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
References: <[EMAIL PROTECTED]>

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.

Stock versions of httpd-2.0 appear fine.  -- justin

--


__________________________________________________________________ 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


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to