Help would be appreciated. I am a newbie trying to follow the instructions and getting nowhere.
I'm trying to run Apache on my home computer (Windows 2000).
The version I downloaded into C:\Wrox is: apache_2.0.50-win32-x86-no_ssl.msi
I installed Apache using the Start/Run command:
msiexec /i "C:\Wrox\apache_2.0.50-win32-x86-no_ssl.msi"
I input the following during installation:
Network Domain = terrysr.com (the name of my computer is terrysr)
Server Name = server.terrysr.com
Admin Email =
[email protected]
Only for current user, on port 8080, when started manually
Next, I tried to start Apache by using Windows Explorer and double-clicking on C:\Program Files\Apache Group\Apache2\bin\Apache.exe. The result is a blank screen.
Next, I opened MS Internet Explorer and input
http://localhost/ but got the "This page cannot be displayed" page.
The Error.txt file says (and I don't know what it means):
Parent: Created child process 1404
Child 1404: Child process is running
Child 1404: Acquired the start mutex
Child 1404: Starting 250 worker threads
Parent: Received shutdown signal -- Shutting down the server
Child 1404: Exit event signaled. Child process is ending
Child 1404: Released the start mutex
Child 1404: All worker threads have exited
Child 1404: Child process is exiting
Parent: Child process exited successfully
Can anyone help me and tell me what's wrong? How do I fix the problem?
I've installed and uninstalled the Apache program 3 different times without any changes in the results.
Terry