The porpuse of this work is to help anyone who wants to install the
Apache webserver in their machines.
This work is meant to be as easy to follow as possible. Not to many
links of information is provided to make sure who follows this
procedure do not get lost. Regarding that, two main links are
suggested: one responsible for the creation of the base webserver
used to develop Apache and the one that developed Apache and maintain it.
In a brief way Apache is described, and steps on how to
download, install, compile and start it up are presented making anyone
able to make Apache works on their computer.
You are going to see that following this steps it is easy to make
Apache work.
Back To Top
Apache - what it is.
A webserver is a software that runs at the service provider side, that enable the computer to translate URL requests from the internet into a filename, and send the file back to the requester machine.
Apache webserver is the most popular webserver used nowardays, probably representing over sixty five percent of all websites servers. Apache webserver is available in version for most operating systems ranging from UNIX, Windows to S/390, making it very versatile. Because of its capacity to be the center of a webservice structure and at the same time be able to have new capabilities added to its operation without bringing the system down, it is considerd to be a very flexible system.
Apache is a free software written and maintained by a team made of volunteers workers. This means that any sugestion to it can be done and if of any good may be incorporated to it. A foundation, The Apache Software Foundation, was created to make avialable supports to this project development.
The first webserver was written at the Euroean Center for Nuclear Research at Geneva, Switzerland, by Tim Berners-Lee. The software that was the base for Apache was developed in the U.S. at he National Center for Supercomputing Applications NCSA.
Back To Top+--------------------------------------------------------+ | You now have successfully built and installed the | | Apache 1.3 HTTP server. To verify that Apache actually | | works correctly you now should first check the | | (initially created or preserved) configuration files | | | | /usr/local/apache/conf/httpd.conf | | | and then you should be able to immediately fire up | | Apache the first time by running: | | | | /usr/local/apache/bin/apachectl start | | | Thanks for using Apache. The Apache Group | | http://www.apache.org/ | +--------------------------------------------------------+
Apache Software
Foundation
National Center for Supercomputing Applications - NCSA
Back To Top
As you can see it is very simple to install Apache. But do not fool
yourself thinking that the work finishes here.
We need to realize that after we see the webserver runnig only the instalation
and the "making it work" suggested in this work is done.
To have a proper webserver running under your computer you still need
to configure it properlly and it will be my next work on the subject.
Back To Top