Eric Moore <[EMAIL PROTECTED]> wrote: > I have converted to mod_perl only using the Apache::Registry. > Application uses CGI::App and HTML::Template. > > Site runs faster now, but warnings disappeared from all logs. > [errors] show up, but not warnings. > > Any ideas on what I'm doing wrong? > ... > <VirtualHost _default_:443> > DocumentRoot /var/www/pick6/ > ServerName www.yadda.com > ServerAdmin [EMAIL PROTECTED] > ErrorLog logs/error_log > TransferLog logs/access_log > ErrorLog /var/www/logs/pick6.error_log > # ... > </VirtualHost>
could the two separate ErrorLog directives pointing at two different log files be contributing to the problem? -dave