Hermida, Leandro wrote:
Hello,
I have a problem related to this with CGI scripts which I am porting to
mod_perl 2 and presently running under ModPerl::Registry. I have a
VirtualHost were I have enabled mod_perl and ModPerl::Registry as the
handler. I have set the ErrorLog directive in this VirtualHost to a
different file than the global server ErrorLog. For debugging and
testing of my code I typically do a
print STDERR "Here is a message";
inside of a script. The problem is that it always goes to the global
server ErrorLog not to the VirtualHost ErrorLog. It didn't do this in
mod_perl 1. Am I doing something wrong?
Can you post the relevant snippet from your httpd.conf?