From: "Dwayne Miller" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 12:40 PM
> This morning, for the first time on my system, Apache 2.0.(31) started > as a service automatically. I was so thrilled that I restarted the > computer to see it again. And it worked. :) > Then later, I lost my DHCP lease, and had to reboot again. This time, > the following text was in my error.log. I'm guessing it has something > to do with Win2000 and it's NULL handles for stdout, stdin and stderr... > but I'm not sure. Anyway, thought I'd pass it on. I'm going to look > into it later this evening. Dwayne... what CPU is your box on [staring on hunches here] ... speed? Was this a soft restart apache -k restart or a hard restart? I suspect the apr_file_stdfoo_open stuff could trounce the mpm's own pipe channel. I'll research in a bit. Bill