$ tar zxvf httpd-2.0.40-i686-pc-linux-gnu-slackware81.tar.gz
$ cd httpd-2.0.40 $ install-bindist.sh ~/apache
Listen 6789In the example of Apache 1.x, it could be:
Port 6789 Group nogroup $ cd ~/apache/conf $ vi httpd.conf
$ cd ~/apache/bin $ apachectl start
$ lynx http://kira:6789/
$ apachectl stop