Re: [mp2] mod_perl closes apache's stdin and/or stdout

2007-12-17 Thread Peter Valdemar Mørch
Hi, Dmitry Karasik dmitry-at-karasik.eu.org wrote: mod_perl during the initialization process closes file descriptor 0, and frees it for further reuse in other processes. Therefore, any cgi script executing after mod_perl is initialized, and in the same process tree, will have file descriptor 0

Re: [mp2] mod_perl closes apache's stdin and/or stdout

2007-12-17 Thread Fred Moyer
Peter Valdemar Mørch wrote: Hi, Dmitry Karasik dmitry-at-karasik.eu.org wrote: mod_perl during the initialization process closes file descriptor 0, and frees it for further reuse in other processes. Therefore, any cgi script executing after mod_perl is initialized, and in the same process tre

Re: [mp2] mod_perl closes apache's stdin and/or stdout

2007-12-17 Thread Philippe M. Chiasson
Fred Moyer wrote: > Peter Valdemar Mørch wrote: >> Hi, >> >> Dmitry Karasik dmitry-at-karasik.eu.org wrote: >>> mod_perl during the initialization process closes file descriptor 0, >>> and frees it for further reuse in other processes. Therefore, any cgi >>> script >>> executing after mod_perl is