# wget http://mir2.ovh.net/ftp.apache.org/dist/httpd/httpd-2.2.8.tar.gz
 # gzip -d httpd-2.2.8.tar.gz
 # tar -xzf httpd-2.2.8.tar
 # cd httpd-2.2.8
 # ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --sysconfdir=/etc/apache2
 # make
 # make install