At 12:20 PM 04/15/02 +0800, Stas Bekman wrote: >Bill, see below. > >Now please tell me why search.apache.org doesn't have this problem? Is >it running on a dedicated httpd?
You mean the search at search.apache.org? Because it is not spidered. >If a page goes through mod_include, we have no idea what the >Last-Modified is, so we remove it. Why not? It would be the newest date of any of the files included. That's what I've done on my few home-grown template setups. What about: XBitHack full Doesn't it seem like you would want to supply the last-modified date? Run a new Apache? I suppose we could fire up another server for the minute or two of indexing, but I just don't get the mod_include issue. > >-------- 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] > > -- Bill Moseley mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
