Re: Modperl script doesn't increment access log

1999-11-30 Thread G.W. Haywood
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

Re: Modperl script doesn't increment access log

1999-11-30 Thread darren chamberlain
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

Modperl script doesn't increment access log

1999-11-30 Thread Jim Goodwin
Hello, I posted this previously, but I may not have worded it properly. I'll try again here.. Sorry for the inconvenience - I won't post it again. We are running a Stronghold server 2.4.2 and mod perl 1.19. Our mod perl scripts are run as .pl, and they work fine. Because of the nature of mod p