in reply to
Apache::LogFile and Mod_perl / Apache 2
That module only supports mod_perl 1.x. With mod_perl 2, you can access the apache logging routines through
Apache::Log
.
Comment on
Re: Apache::LogFile and Mod_perl / Apache 2
In Section
Seekers of Perl Wisdom