Just thought I'd add this bit of information for whoever may need it. This comes from the error log. I can see each time I started the Apache server and each time I shut it down.
[Sat Jul 21 07:22:09 2007] [notice] Apache/2.0.59 (Win32) configured -- resuming normal operations
[Sat Jul 21 07:22:09 2007] [notice] Server built: Jul 27 2006 15:55:03
[Sat Jul 21 07:22:09 2007] [notice] Parent: Created child process 3608
[Sat Jul 21 07:22:09 2007] [notice] Child 3608: Child process is running
[Sat Jul 21 07:22:09 2007] [notice] Child 3608: Acquired the start mutex.
[Sat Jul 21 07:22:09 2007] [notice] Child 3608: Starting 250 worker threads.
[Sat Jul 21 14:52:19 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Jul 21 14:52:19 2007] [notice] Child 3608: Exit event signaled. Child process is ending.
[Sat Jul 21 14:52:20 2007] [notice] Child 3608: Released the start mutex
[Sat Jul 21 14:52:21 2007] [notice] Child 3608: Waiting for 250 worker threads to exit.
[Sat Jul 21 14:52:21 2007] [notice] Child 3608: All worker threads have exited.
[Sat Jul 21 14:52:21 2007] [notice] Child 3608: Child process is exiting
[Sat Jul 21 14:52:22 2007] [notice] Parent: Child process exited successfully.
And here is the Install log. NOTE: I have since changed the Listen 8080 to listen 80. I have even tried Listen 81.
Installing Apache HTTP 2.0 server with
DomainName = localhost
ServerName = localhost
ServerAdmin =
me@mydomain.com ServerPort = 8080
ServerRoot = C:/Webserver/Apache2
Rewrote C:/Webserver/Apache2/conf/httpd-win.conf
to C:/Webserver/Apache2/conf/httpd.default.conf
Successfully removed C:\Webserver\Apache2\conf\httpd-win.conf
Duplicated C:/Webserver/Apache2/conf/httpd.default.conf
to C:/Webserver/Apache2/conf/httpd.conf
Duplicated C:/Webserver/Apache2/conf/ssl.default.conf
to C:/Webserver/Apache2/conf/ssl.conf
Duplicated C:/Webserver/Apache2/conf/magic.default
to C:/Webserver/Apache2/conf/magic
Duplicated C:/Webserver/Apache2/conf/mime.types.default
to C:/Webserver/Apache2/conf/mime.types
Successfully removed C:\Webserver\Apache2\conf\InstallConf.awk