First, we need to start the server.

Click on "Start" in the task bar
Click on "Programs"
Click on "Apache httpd Server"
Click on "Start Apache in Console"
[
] You should see a DOS window open, and it should display "Apache/1.3.20 (Win32) running..." in it. DO NOT close this window!! The server is running as long as this window is open. [
] Next, start your browser. In the Location/Address bar, type in "http://localhost:x" where the x represents the port number you configured Apache for. Note that, for PWS, we did not specify a port number. That's because the default of 80 is assumed if it is not supplied. You supply a port number by appending it to the end of the server name, after a colon. You should see the welcome page for Apache Webserver.