Compile Apache 2.4
cd compile
tar xzvf ../download/httpd-2.4.4.tar.gz
cd httpd-2.4.4/srclib
tar xzvf ../../../download/apr-util-1.5.2.tar.gz
mv apr-util-1.5.2/ apr-util
tar xzvf ../../../download/apr-1.4.6.tar.gz
mv apr-1.4.6/ apr
cd ..
./configure '--enable-so' \
'--enable-ssl' \
'--enable-rewrite=shared' \
'--enable-headers=shared' \
'--enable-proxy=shared' \
'--enable-proxy-balancer=shared' \
--with-included-apr
Links:
Apache HTTPd 2.4 Download (http://httpd.apache.org)
Apache APR Download (http://apr.apache.org)
Apache HTTPd 2.4 Download (http://httpd.apache.org)
Apache APR Download (http://apr.apache.org)