1) Apache 2.0.39 Installation (on waste) $ ./configure --prefix=PREFIX $ make $ make install $ PREFIX/bin/apachectl start Where PREFIX is like /usr/local/apache 2Here are some of the more interesting options which we will use: --sbindir=/sbin --datadir=/www/komichen --sysconfdir=/etc/apache 2) % make 3) % sudo -s 4) % make install ----------------------------------------------------------------------------------- Figuring out allow rules: Basically for an address set that ends in /XX, the formula to get the # of addresses is 2^(32-XX) So let's say I wanted 10.210.0.96-255 I'll need two rules: allow from 10.210.0.96/27 (32 addresses) allow from 10.210.0.128/25 (128 addresses) What's wrong with 10.210.0.96/24? (goes off the top end) ----------------------------------------------------------------------------------- Stock RH4 Installation from Dell: Disable SE Linux as it might give you some issues "Warning: DocumentRoot does not exist: /etc/selinux/config SELINUX=disabled