On Wed, Sep 08, 2004 at 02:19:17PM -0400, Perrin Harkins wrote:
> 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.
Well, I know it did it before installing DynaGzip, and the above hack
according to the URL above it in the original mail was put in there to
address the same issue. I wasn't aware RegistryFilter could be an
issue, so I'll look into that.
When you say "something died part-way through", do you mean the Apache
process, a Perl script dying, or what?
--
Ryan Underwood, <[EMAIL PROTECTED]>
--
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