|
Apache
web server software will allow your computer to act as
a web server. The software runs on almost any operating
system and is free. Apache is the most popular web server
on the Internet Currently, 65%
of all web sites on the Internet are being hosted
by Apache web server software. http://www.apache.org/
The first step to installing Apache web server software
is to obtain the software from Apache here http://www.apache.org/dist/httpd/binaries/win32/
Once
you have downloaded the software, run the installer (.exe)
a.
After opening the installer, you will see a welcome
screen to the installation wizard. Click next.
b.
You will be prompted to read and agree to the license
agreement. Accept and click the next button.
c.
Next you will be presented with the Apache "read
me" information. This document contains important
information.
d.
Configuration: next you will be prompted to enter
configuration information. Enter the following information
replacing your_domain.com with your desired domain name.

Network
Domain: your_domain.com
Server Name: www.your_domain.com
Administrator's Email Address: your-name@ your_domain.com
Then
select the "next" button.
Important
note about Network Domain and Domain Names. Later
we will be discussing domain names in greater detail.
- If
you already own a domain name that you plan on hosting,
it is a good idea to enter the information above.
- If
you are hosting more than one domain on your server,
enter the primary domain information (the domain you
wish your website to default to).
- If
you do not own a domain name, use a fake name like "mydomain.com".
We can change this information later. We will discuss
domain names and domain name registration later on in
this tutorial.
e. Next you will be prompted to select a "Setup
Type". Choose "Typical" and select
next.

f.
You will be given the option to change the installation
directory of Apache. It is a good idea to keep this option
as the default: C:\Program Files\Apache Group\
Select the next button.

g.
Finally you will be prompted to "Install" Apache.
Select the "Install" button and wait
for Apache to complete it's installation.
h.
After some time, you will be notified that Apache has
completed the installation. Select the finish button.
Done!
Well almost.
Let's
check our installation to see if Apache is working properly.
We'll configure the home page and root directory later.
Open
your web browser and point the web address to http://localhost
You should see a screen something like this:

Note:
http://localhost
will only work on the computer running web server software.
|