For Download the Apache webserver click  here

For  Installation follow the prosedure

        $ tar  -xzf  apacheserver     $ ./configure --prefix=PREFIX

                            PREFIX must be replaced with the filesystem path underwhich the server should be installed. If PREFIX is not specified, it defaults to /usr/local/apache2.

    $ make     $ make install     $ PREFIX/bin/apachectl start
 
 

                            now apache server is ready to run for more information visit  www.apache.org