in reply to ugly mod perl error log

It looks like what you've posted is info messages, and not anything that went bump in the night (that is, errors). It also looks like you are using HTML::Template .. I haven't used HTML::Template with mod_perl, but I wonder if there are any complications in combining the two.

I won't tell you to use the Perl debugger since that got me roasted alive the last time I suggested it, but I can highly recommend Log::Log4perl as an aid to debugging .. again, I haven't used that under mod_perl, but it should work.

Finally, dare I ask .. what were you expecting to happen? What makes you think that it's not working?

Good luck!

--t. alex
Life is short: get busy!

Replies are listed 'Best First'.
Re: Re: ugly mod perl error log
by perrin (Chancellor) on Oct 23, 2003 at 21:11 UTC
    HTML::Template and Log::Log4perl both work just fine with mod_perl. I use the Perl debugger all the time, and I would encourage everyone to learn how, but in this case it just looks like some strange reporting option has been turned on.