Compile apache
From DreamsteepWiki
Compile APACHE From: http://httpd.apache.org/docs/2.1/install.html Download: http://apache.cyberuse.com//httpd/httpd-2.2.21.tar.gz Uncompress $ gzip -d httpd-NN.tar.gz $ tar xvf httpd-NN.tar #(WOW 20,000 lines) Holy shit! ./configure make #setup root if not already sudo passwd root make install #Had trouble running as Non root - but you shouldnt run as root - Hum PREFIX/bin/apachectl -k start

