Tuesday, January 03, 2012

Install Apache Web Server From Source


For complete installation documentation, see [ht]docs/manual/install.html or

http://httpd.apache.org/docs/2.2/install.html
 
 Step One : Download  *.tar.gz file from the following link:

 http://mirrors.ispros.com.bd/apache//httpd/httpd-2.2.21.tar.gz

Step Two : Issue following command
$ ./configure --prefix=PREFIX

Step Three : Issue the following command
$ make

Step Four : Issue the following command (need to be root user)
$ make install

Step Five : Issue the following command
$ PREFIX/bin/apachectl start

Step Six : Now open browser and test that apache2 is running by writing the url  : http://localhost

Thta's all.



No comments:

Post a Comment