2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
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.

Re: 2.0.31 on Windows as service

2002-02-05 Thread William A. Rowe, Jr.
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

Re: 2.0.31 on Windows as service

2002-02-05 Thread William A. Rowe, Jr.
From: Dwayne Miller [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 1:09 PM Dwayne... what CPU is your box on [staring on hunches here] ... speed? It's a laptop with an 850 Mhz Pentium. Actual id is x86 Family 6 Model 8 Stepping 6 GenuineIntel More info than you need?? :)

Re: 2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
William A. Rowe, Jr. wrote: From: Dwayne Miller [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 1:09 PM Dwayne... what CPU is your box on [staring on hunches here] ... speed? It's a laptop with an 850 Mhz Pentium. Actual id is x86 Family 6 Model 8 Stepping 6 GenuineIntel More info

Re: 2.0.31 on Windows as service

2002-02-05 Thread William A. Rowe, Jr.
From: Dwayne Miller [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 1:45 PM William A. Rowe, Jr. wrote: Was this a soft restart apache -k restart or a hard restart? I just clicked on the restart computer option on the shutdown menu. I did not gracefully stop the apache service

Re: 2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
I've been watching the log files and restarting the server for a while now. Looks like the child may be starting before the parent has completely opened and written to all of the pipes. William A. Rowe, Jr. wrote: From: Dwayne Miller [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 1:45 PM

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
I'm not familiar with the -n apache2 option, but I was just trying to figure out why I can't get apache to run as a service. I'm using the -k start option, a message that it's starting the service appears, but nothing happens. In the service.c file, I added a line to print the 'Failed to

Re: 2.0.31 on Windows

2002-02-04 Thread William A. Rowe, Jr.
From: Bill Stoddard [EMAIL PROTECTED] Sent: Monday, February 04, 2002 10:50 AM Couple of problems noticed in a few minutes of testing 1. apache -k restart -n apache2 is broken. hangs forever and a new child process is never started. 2. If I kill off the child process (by attaching and

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
William A. Rowe, Jr. wrote: From: Dwayne Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 04, 2002 3:57 PM Subject: Re: 2.0.31 on Windows I tracked down my problem with not being able to run Apache as a service. The ServerRoot param was not set correctly

Re: 2.0.31 on Windows

2002-02-04 Thread William A. Rowe, Jr.
From: Dwayne Miller [EMAIL PROTECTED] Sent: Monday, February 04, 2002 5:13 PM Which Win32 OS are you using, exactly? I'm on Windows 2000, build 2195, SP2 Win2000/XP have NULL stdin/stdout/stderr handles... the create_process() invokes ap_open_stderr_log() which in turn invokes

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
I guess I'm alittle confused... I don't see any errors related to NULL file handles. And the thing about the ServerRoot starting with a /, it seems that the process found the config file okay, so wouldn't it also know what the ServerRoot should be? And why doesn't Apache complain about the