Tag Archives: compile apache

Installing and setting up apache from source tutorial centos

This 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