Re: [log4perl-devel] l4p & mod_perl startup handler

2008-02-06 Thread Kevin M. Goess
The simple way to do a startup-handler is to put something like this in your apache config: PerlRequire /path/to/handler.pl You can init log4perl in there. That gets run when apache starts up, and so that initialization will affect the perl interpreter thereafter. The fancy way to do a

[log4perl-devel] l4p & mod_perl startup handler

2008-02-05 Thread Berg, Eric
I'm setting up apache 1.3 to serve up an app that uses my modules that make extensive use of Log4perl, but I'm not sure how to initialize it. I've read http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4 perl.html#a36c1 Log::Log4perl - Log4j implementation for Perl and htt