Re: missing mtime in request rec?

2001-06-27 Thread darren chamberlain
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

RE: missing mtime in request rec?

2001-06-27 Thread Geoffrey Young
-Original Message- From: darren chamberlain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 8:28 AM To: '[EMAIL PROTECTED]' Subject: Re: missing mtime in request rec? [snip] Add a use Apache::File; to the top of the module. See p 492 of the Eagle book; mtime is one

RE: missing mtime in request rec?

2001-06-26 Thread Geoffrey Young
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