# Firewall Configuration Tool
#
# $Id: INSTALL,v 1.1.5.1 2000/07/16 12:00:02 root Exp root $
# $Date: 2000/07/16 12:00:02 $
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2, or (at your option)
#  any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
# (c) Copyright 1998 Jens Friedrich
#
# $Log: INSTALL,v $
# Revision 1.1.5.1  2000/07/16 12:00:02  root
# FCT
#
# Revision 1.1.4.2  2000/07/15 19:01:24  jens
# Rev.
#
# Revision 1.1.4.1  1999/08/01 21:44:55  jens
# .
#
# Revision 1.1  1999/08/01 21:44:55  jens
# Initial revision
#
# Revision 1.1.0.1  1998/11/02 09:36:30  jens
# .
#
# Revision 1.1  1998/11/02 09:35:49  jens
# Initial revision
#
# Revision 1.1  1998/11/02 09:33:28  jens
# Initial revision
#
# Revision 1.0.9.2  1998/06/02 18:16:37  jens
# changes for V 1.0.9
#
# Revision 1.0.9.1  1998/06/01 19:35:23  jens
# initial ci -r 1.0.9
#
# Revision 1.0  1998/06/01 19:32:57  jens
# initial ci -r 1.0
#
#

INSTALLATION
------------
The "Firewall Configuration Tool" (FCT) is designed to be installed
in the directory '/var/adm/FCT':
   su - root
   cd /var/adm
   tar xvzf firewallct-*.tgz

Btw: - You can use any other directory for installation -

The path for perl is set to /usr/bin/perl. If your perl binary is somewhere
else, create a softlink to /usr/bin/perl.

You have to setup a directory '/FCT' on your HTTP-Server which points
to the installation directory. If you use the apache http-server, insert the
following lines in

- httpd.conf:
Alias /FCT /var/adm/FCT-1.1.x  # replace 1.1.x with version, e.g. 1.1.4
<Location /FCT/cgi-bin>
    Options +ExecCGI -Includes
    SetHandler cgi-script
</Location>
 
Send your httpd a SIGHUP signal to re-read the config-files. 
    kill -HUP `cat /var/run/httpd.pid`

Set the access-rights for FCT with:
    ./Install.sh -cgi -strict <httpd-id>
    or
    make [install] (calls Install.sh)
If youre installing FCT as root, use option -strict to chown files to root

Now visit the file 'http://localhost/FCT/html/index.htm'
and configure your firewall.
