Installing and setting up apache from source tutorial centos
Posted by Isaac Zarb on July 22nd, 2009This is a simple tutorial, on how to download the Apache Httpd, compile and get it installed on your system. With a few basic modules on Cent0s 5.X
Lets start by downloading the latest source from the Apache site
example
cd /tmp
wget http://www.devlib.org/apache/httpd/httpd-2.2.11.tar.gz
Tar –xzvf httpd-2.2.11.tar.gz
cd httpd-2.2.11
Read the rest of this entry »
Recent Comments