Hi there,
On Tue, 30 Nov 1999, Jim Goodwin wrote:
> Because of the nature of mod perl, we only get one 'hit' in the
> Stronghold access logs when the .pl scripts are run.
Yup, that's right, unless the script doesn't exist, in which case my
acces_log looks like this for example:
[30/Nov/1999:1
Hi Jim,
One thing you could try--this is a hack, not a solution--is to use Apache::Log,
create a subroutine to be used as a PerlLogHandler, and use $r->push_handler
to make sure it gets called. Or create a separate module and set that as the
PerlLogHandler in the conf file.
Or, even more of a ha