#!/bin/sh

#
# $Id: INSTALL,v 1.4 2000/06/07 02:56:48 asagala Exp $
#


Installation instructions:

-	Make sure that you have apache and PHP installed (tested with
	Redhat 6.2 , PHP3 & Apache 1.3.9

	Make sure that PHP is actually running.  Out of the box, Red Hat
	has PHP installed but disabled.  You need to make sure that the
	following lines are in your /etc/httpd/conf/httpd.conf file:

	LoadModule php3_module        modules/libphp3.so
	AddModule  libphp3.c

	Also make sure that the following lines are in your srm.conf file
	in the same directory:

	DirectoryIndex index.html index.shtml index.cgi index.php3
	AddType application/x-httpd-php3 .php3

-	Make sure that you have ipchains installed and that you specified 
	the path to it in the config.inc file

-	Run this as root:

	installeFire


-	Make sure that the files in /home/httpd/html/eFire/ are
	readable by the HTTP daemon user (often httpd or nobody) and
	that the files in /var/lib/eFire are readable AND writeable
	by this user.

-	The script gets copied into /home/httpd/html/eFire/ so you
	should be able to access it as http://<your_host>/eFire/


Alexandre Sagala <asagala@eclipsys.qc.ca>
Thanks to Del <del@babel.com.au>
