3.2. Quick Start

Download
$ lynx http://www.apache.org/dist/httpd/httpd-2.0.NN.tar.gz
Entpacken
$ gzip -d httpd-2.0.NN.tar.gz
$ tar xvf httpd-2.0.NN.tar
Configure
$ ./configure --prefix=PREFIX
Compilieren
$ make
Installieren
$ make install
Konfigurieren
$ vi PREFIX/conf/httpd.conf
Test
$ PREFIX/bin/apachectl start
$ lynx http://localhost/