How to Install the Apache Web Server on a Windows PC
Edited by Sean Hickey, ZenViolin, Tom Viren, Alex Random and 27 others
The Apache HTTP Server is one of the most widely used web server softwares available. It is an open-source software that can be run on a large number of different operating systems, including Windows. This article will teach you how to install the Apache web server on your Windows PC.
Steps
-
1If you haven't done so already, download the Apache HTTPD Web Server from the Apache web site . Be sure to download the apache_2.2.16-win32-x86-no_ssl MSI installer here: (http://httpd.apache.org/download.cgi)Ad
-
2Save the file to your Windows Desktop.
-
3Double click the msi file saved on your Windows Desktop. You will see a window that looks like this:
-
4Click "Next>".
-
5Click the radio button "I accept the terms in the license agreement"
-
6Click "Next>".
-
7On the next window, again click "Next>".
-
8Next, fill in all the text boxes with the following information:
- "Network Domain": localhost
- "Server Name": localhost
- "Administrator's Email Address": your email address
-
9Make sure the radio button "for all users, on port 80, as a service - recommended" is selected.
-
10Click "Next>".
-
11On the next window, click the radio button "Custom", and then click "Next>".
-
12On the next window highlight "Apache HTTP Server" and click the "change" button.
-
13We are going to install all the packages and scripts in the path C:\Server\Apache2\ (assuming C: is your main hard drive). So in the text box "Folder name:" type in "C:\Server\Apache2\". The ending backslash is important.
-
14After you have typed in the path, click "OK" and then click "Next>". At this point, you should see a window that looks like this:
-
15Click "Install" to begin the installation.
-
16Once the Apache installation software has finished installing all the files on your computer, you will see a final window letting you know the installation was a success. Click the "Finish" button.Ad
Video
Tips
-
- You can also install XAMPP for a simpler Apache, MySQL, PHP package.
- To check that the software was in installed successfully, open your favourite browser and type "http://localhost/" into the address bar. You should see a page that looks like this or the words "It Works!":
Sources and Citations
Article Info
Categories: Web Programming
Recent edits by: Leonneo, Specialagent001, Teresa
In other languages:
Português: Como Instalar o Apache Web Server em um Computador com Windows, Español: Cómo instalar Apache en Windows, Deutsch: Wie man den Apache Web Server auf einem Windows PC installiert, Italiano: Come Installare un Server Web Apache in Windows
Thanks to all authors for creating a page that has been read 200,128 times.