I'm (very) occasionally seeing the output of Apache::Registry scripts sent to STDERR instead of STDOUT. That is, the entire http response (headers included) appears in my error log, while nothing at all is displayed to the client.
Could someone kick me towards what I should look into here?
Do you have this stub in all your files?
use strict; use warnings;
or if perl < 5.6
PerlWarn On in httpd.conf and use strict; in all files.
this should reduce the numbed of inconsistent misteries to zero.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com