The Apache HTTP Server is one of the most famous and used web server programs. It is open-source software that can be installed on a large number of operating systems, including Windows. In this tutorial you will be shown how to install Apache on a computer with a Windows operating system.
Steps
Step 1. If you haven't downloaded the Apache HTTPD Web Server installation file yet, do so by going directly to the Apache website
Make sure you download the 'apache_2.2.16-win32-x86-no_ssl' installation file. You can do it directly from this link.
Step 2. Save the installation file to your computer desktop
Step 3. Double click on the file with 'MSI' extension
A window similar to the following will appear:
Step 4. Press the 'Next' button
Step 5. Select the radio button 'I accept the terms in the license agreement'
Step 6. Press the 'Next' button
Step 7. On the next page, press the 'Next' button again
Step 8. Now type the following information in the relevant fields:
- 'Network Domain': localhost
- 'Server Name': localhost
-
'Administrator's Email Address': your email address
Step 9. Make sure the radio button 'for all users, on port 80, as a service - recommended' is selected
Step 10. Press the 'Next' button
Step 11. At this point in the installation, select the 'Custom' radio button, then press the 'Next' button
Step 12. In the window for the custom installation of components, select the 'Apache HTTP Server' item and press the 'Change' button
Step 13. All program components and related scripts will be installed in folder 'C:
Server / Apache2 / '(assuming your primary hard drive is identified by drive letter' C: '). In the 'Folder name:' field type the following character string: 'C: / Server / Apache2 \' (without quotes). The trailing backslash '\' is very important, so don't omit it.
Step 14. Once you have finished entering the installation path, you can press the 'OK' button and then the 'Next' button
At this point in the installation procedure, you should see a window similar to the following:
Step 15. Press the 'Install' button to proceed with the actual installation
Step 16. When the installation wizard has finished copying the files to your computer, you will be shown the last window confirming that the installation was successful
Press the 'Finish' button to complete the procedure.
Advice
- You can also install XAMPP, if you want a simple Apache server using MySql and PHP.
-
To verify that the software is installed correctly, start your favorite browser and type the following address https:// localhost / in the address bar. You should be able to see a web page similar to the following:
Apache Success