
Click this box and Apache is up and running on your machine. You can test this out by looking at http://localhost/ and you will see the stock Apache page. If you want to do this from the Terminal window, you can enter sudo apachectl start and enter the administrator password when prompted and the Apache server will start.
The files you want to serve up via Apache go here: //Library/WebServer/Documents
For my experiment I am going to be using PHP and mySQL. For details on installing and enabling PHP and mySQL on OS X, stay tuned...






