Download :
$ lynx http://httpd.apache.org/download.cgi
Extrair :
$ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
$ ./configure --prefix=PREFIX
Compile :
$ make
Instalar :
$ make install
$ vi PREFIX/conf/httpd.conf
Teste :
$ PREFIX/bin/apachectl -k start