> > On our production server, we are running Apache 1.3.24, and I cannot get the > webserver to start with the Apache::LogFile code in the conf file. It always > dies with the above error, whether I stop and start or just restart. > > The relavant lines from the httpd.conf file are: > -- > PerlModule Apache::LogFile > PerlLogFile '|bin/rotatelogs /var/spool/ad_automator/logs/activity_log 3600' > AdAutomator::Logger
you need PerlModule Apache::LogFile::Config in your httpd.conf as well (with recent versions of mod_perl). HTH --Geoff