Geoffrey Young <[EMAIL PROTECTED]> said something to this effect on 06/26/2001:
> I did some more digging...
> 
> it seems that any request that is served by the default Apache content
> handler is ok - only those that are processed by mod_perl (well, anything
> that isn't the default) seem to be affected.
> 
> this doesn't seem quite right to me - if Apache can determine r->filename
> and stat the file for r->finfo, then it ought to be setting r->mtime, right?
> so maybe somewhere in http_request.c/get_path_info there needs to be a fix?
> 
> or maybe I'm missing some history here...

Add a "use Apache::File;" to the top of the module. See p 492 of
the Eagle book; mtime is one of the methods added to the Apache
class when you use Apache::File.

(darren)

-- 
Death to all fanatics!

Reply via email to