Posted The: 09/11/2008 At: 6:21
Last Edited: 24/01/2010 At: 6:25
Contents:
This Tutorial covers how to install Apache HTTP Server in windows xp. Begin by downloading the 2.2 version of apache, and get started. The latest working link as of the writing of this was found at Downloading the Apache HTTP Server Page
Apache Installation Tutorial
The first step after downloading the MSI Installer, is the license agreement, check the agreement radio button and hit next.
Next we have the Read This First dialog, simply hit next, and we are ready to install.
In the Server Information dialog simply enter localhost in both the Network Domain and Server Name input fields. As for the administrator mail, simply enter your email. See below:

I recommend you install Apache as a Service.
Simply chose the Typical option and hit next, you can chose another folder as well if you want. Now let the MSI finish the installation.
The root of apache is named htdocs by default, and this is also where your index.html file is located. You find htdocs in the apache directory.
In the address bar of your browser, enter http://localhost/, you should now get a message that it worked. Other computers on your LAN can now access your server by entering your local IP in their browser address bar like above, I.e. http://10.0.0.3/
The next Tutorial is Installing PHP with Apache on Windows
If you can't already access your server, then you most likely need to forward a port in your routher, so that it points to the LAN ip of the computer running the server.
Its recommended to configure the LAN and DNS manually for all devices on the LAN, to avoid cases where the routher would assign you the wrong LAN IP, and conflicts with devices which get their IP assigned automatically by the routher. Below are some example settings that you can use, simply use 10.0.0.3, 10.0.0.4, etc for other devices as needed.
Ip address: 10.0.0.2 Subnet mask: 255.255.255.0 Default gateway: 10.0.0.1 Preferred DNS server: 208.67.222.222 Alternate DNS server: 208.67.220.220
Note. The above DNS servers are provided as a free service by OpenDNS.
Your routher may use the 10.0.0.1 address, check your routher manual if you cant connect with these settings, you may want to use the DNS provided by your ISP, this can easily be found either by contacting them and asking what it is, or searching for it on google I.e. "ISPNAME DNS"
Open up httpd.conf and change the listen port so it corresponds with the one you forwarded in your routher, consult either your ISP or routher manual if you need help forwarding the port.
The following video walkthrough will walk you through the setup process, show how to configure the Apache HTTP Server, and add an exception to windows firewall.
Comments: [0]
© Brugbart Webdesign