http://httpd.apache.org/docs/install.html
1. Download the package from http://httpd.apache.org/download.cgi
2. Extract The Tar File
Tar -zvxf apache_1.3.31.tar.gz
3. Compile and INSTALL
./configure --prefix = / usr / local / apache
Make
Make Install
4. Start The Server
/ usr / local / apache / bin / apachectl start
5. Verify Installation
Http: // Apache-Server to Bring Up "Test Page for Apache Installation"