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

missing mtime in request rec?

2001-06-26 Thread Geoffrey Young
hi all... can somebody check the results of $r-mtime for me? something like PerlCleanupHandler 'sub {warn *** time***, Apache::Util::ht_time(shift-mtime)};' ought to do the trick. I have yet to see a case today where that reads other than the start of the epoch. some minmial searching

RE: missing mtime in request rec?

2001-06-26 Thread Geoffrey Young
: missing mtime in request rec? hi all... can somebody check the results of $r-mtime for me? something like PerlCleanupHandler 'sub {warn *** time***, Apache::Util::ht_time(shift-mtime)};' ought to do the trick. I have yet to see a case today where that reads other than the start