Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 18.09.2007 15:47 William A. Rowe, Jr. wrote: Hmm, I don't understand this, so I cannot say how serious it could be. My question is: Should I stick with 2.0.59 or upgrade with a patched 2.0.61/2.2.6? This is a production server and the change log lists quite a few sec

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread William A. Rowe, Jr.
Michael Lackhoff wrote: > On 18.09.2007 15:47 William A. Rowe, Jr. wrote: > > Hmm, I don't understand this, so I cannot say how serious it could be. > My question is: Should I stick with 2.0.59 or upgrade with a patched > 2.0.61/2.2.6? > This is a production server and the change log lists quite a

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Michael Lackhoff
On 18.09.2007 15:47 William A. Rowe, Jr. wrote: > Yes, of course. However in the second case, you do not have an inheritable > file handle. apr_file_dup simply dups the handle in the current process, > so the patch can't possibly have the desired effect. > > There is a real concern; under what

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread William A. Rowe, Jr.
Tom Donovan wrote: > Michael Lackhoff wrote: >> On 23.12.37378 20:59 Tom Donovan wrote: >> >>> 1. Problem Description: >>> >>> perl-script handler fails with Apache 2.2.6 on Windows >>> due to changes in stdin/stdout/stderr handles in mpm_winnt >>> >>> Problem occurs with mod_perl 2.0.3 or wi

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 23.12.37378 20:59 Tom Donovan wrote: 1. Problem Description: perl-script handler fails with Apache 2.2.6 on Windows due to changes in stdin/stdout/stderr handles in mpm_winnt Problem occurs with mod_perl 2.0.3 or with current (9/14/2007) SVN trunk. I no

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Michael Lackhoff
On 23.12.37378 20:59 Tom Donovan wrote: > 1. Problem Description: > > perl-script handler fails with Apache 2.2.6 on Windows > due to changes in stdin/stdout/stderr handles in mpm_winnt > > Problem occurs with mod_perl 2.0.3 or with > current (9/14/2007) SVN trunk. I noticed the same

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-14 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: > > is that mod perl is attempting to protect us from ourselves even before > the fixes went into win32. Of all of the adjustments in version 2.2.6, > try backing out only this single effect of the patch, which closed stdin > on both the parent and child, and please co

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-14 Thread William A. Rowe, Jr.
Tom Donovan wrote: > > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > perl-script handler fails with Apache 2.2.6 on Windows > due to changes in stdin/stdout/stderr handles in mpm_winnt > > Problem occurs with mod_perl 2.0.3 or with >