Friday, September 4, 2009

Apache HTTP sever Installation in Linux

Apache sever Installation in Linux
1. Download the Latest httpd server httpd-2.2.xx.tar.gz from http://apache.org.
2. mv httpd-2.2.xx.tar.gz /home/softwares
3. cd /home/softwares/
4. tar –zxvf httpd-2.2.xx.tar.gz
5. cd /home/softwares/httpd-2.2.xx
6. ./configure -prefix=/usr/local/apache2.2.3 --enable-modules=so --enable-cgi --enable-vhost-alias --with-mpm=prefork --enable-info --enable-so --enable-rewrite --enable-mods-shared=all --enable-proxy --enable-deflate --enable-mime-magic --enable-proxy-ajp --enable-expires --enable-ssl
( For more details http://httpd.apache.org/docs/2.2/programs/configure.html )
7. make && make install

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home