Web Server Version: Select the appropriate Radio Button (Apache 2)
Location of Apache.conf: The location is usually found automatically. Just Select httpd.conf. If it cannot find the conf file,
you will find it in ".\apache2\conf" (wherever you chose to install Apache)
Where to Install PHP: The default is \PHP4, but you might as well change that to install that inside the Apache
directory as
\apache2\php4
Click to start the install. You can accept the defaults.
The install will add a few lines at the bottom of the httpd.conf file
Restart Apache to Load PHP
For Apache2, life is easy. Click Start Menu / Programs / Apache HTTP Server / Control Apache Server / Restart
For Apache 1.x you have to do the following command line:
Launch a command prompt and go to the \apache directory
Type: Apache -n apache -k restart
-n apache gives the name of the Apache service which by default is called Apache
You may see a warning about mod_php4.c being already loaded. You can ignore this. Contact me if you want to get rid of this harmless warning.