On Mon, 2004-09-06 at 23:15, Ryan Underwood wrote: > I've had this strange problem off and on ever since we started using > mod_perl. Occasionally, when the page is generated and printed, the > output goes to the Apache error log instead of to the client [...] > PerlHeaderParserHandler "sub { tie *STDOUT, 'Apache' unless tied *STDOUT; > }"
I suspect either the above hack, or Apache::DynaGzip and Apache::RegistryFilter. These are messing with where your STDOUT gets sent and could lead to strange results if something died part-way through. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html