You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Peter Rosenthal <vo...@gmail.com> on 2006/10/27 15:19:35 UTC

warnings going to wrong log

Hello,

I have mod_perl applications running in multiple virtual-hosts with multiple
parent perl interpreters (vhost config has PerlOptions +Parent set).
However, when a script running on one of these vhosts calls "warn" the
output goes to the apache error log in the global context
(/var/log/httpd/error_log) rather than the virtual host's error log
(/home/user/devel/logs/error_log).

Anyone got any suggestions?