Setting up a Development Server

Installing Apache

Apache is far and away the most popular web server currently in use and an ideal choice for our development server.

A comprehensive Apache help system can be found here.

Apache Step 1.
Download Apache here. Use the msi version.



Apache Step 2.
Click next at the welcome screen

Step1



Apache Step 3.
Accept the license agreement.

Step1

Step1



Apache Step 4.
Setup a network and server domain. In the development environment it doesn't matter what settings you enter here but it's good practice to use localhost.

Step1



Apache Step 5.
Select the setup type. Use the default 'Typical' setup.

Step1



Apache Step 6.
Chose an installation directory.

Step1



Apache Step 7.
Finish the installation

Step1

Step1

Step1




Apache Step 8.
To test your new installed web server open a web browser and visit the URL: http://localhost You should get a result like this:

Step1


We will come back later to refine the Apache configuration, but now let's install PHP.