Lionel MARTIN wrote:
Hi,
I'm currently running Apache 2.0.54 with MP 2.0.2, on Win32.
When I'm doing a
print STDERR "Hello\n";
warn "Hello\n";
at server startup, i.e.in a >Perl> block in httpd.cong, both messages go
to the console, and to error.log as well.
But when I'm doing the same thing within a script (handleed by
ModPerl::Registry), these message don't appear anywhere. So, I'm
wondering where they get redirected? The fact I'm running that under
Win32 (threaded MPMs) may be important?
http://httpd.apache.org/docs/2.0/mod/mod_cgi.html#scriptlog
Bill