FreeBSD Installation

Install the Apache Port:
	cd /usr/ports/net/apache
	make install
Linux Installation

RedHat:
	rpm -i apache.version.rpm
	# run 'setup' and configure daemon to start on boot.

Other:
	tar -zxvf apache.version.tar.gz
	make configure
	make install

Apache will automatically install the startup script in the
'/etc/rc.d/init.d' System V directory. Run 'setup' and configure
it to start during the bootstrap phase.