[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#242499: libapache-mod-perl: same here



On Thu, 27 May 2004, Ryan Underwood wrote:
> I have a similar setup to the parent poster with a script running
> under mod_perl and Apache::Registry.  Occasionally, the page
> intended for the browser is written to the error log instead and the
> user only receives the HTTP headers.

This sure sounds like something is select()'ing STDERR, and so output
that would by default go to STDOUT is now being sent to STDERR.

It could very well be a bug in the script, or some sort of bug in
mod_perl that is being triggered causing the wrong file handle to be
selected.

Anyway, if you could design a testcase so that we can duplicate it,
that would be extreemly usefull.


Don Armstrong


-- 
"There's nothing remarkable about it. All one has to do is hit the    
right keys at the right time and the instrument plays itself."
 -- Bach 

http://www.donarmstrong.com
http://rzlab.ucr.edu



Reply to: