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 problem with Apache 2.0.61. > This problem can be avoided if \server\mpm\winnt\mpm_winnt.c > from Apache 2.2.4 is used - even with APR 1.2.11. > Note that server\log.c line 411 also needs to be changed to > work with this older mpm_winnt. I would like to try this but since I am not a C programmer, can you say what the changed line in log.c should look like? And is there a similar fix for 2.0.61? I would prefer to stay with the 2.0.x branch for the time being. - Michael