• You are here:
  • »
  • csf

csf

This is an old revision of the document!


Difficulty
Easy

csf

Steps

Library Prerequisites

yum install perl-libwww-perl.noarch perl-Time-HiRes

Fetch csf

wget https://download.configserver.com/csf.tgz
tar zxfv csf.tgz

Install csf

cd csf
sh install.sh

Test csf

cd /usr/local/csf/bin/
perl csftest.pl

You should get the following:

RESULT: csf should function on this server

Disable firewalld

systemctl stop firewalld
systemctl disable firewalld

Enable csf

cd /etc/csf/
vim csf.conf
Change TESTING = “1” to TESTING = “0”

Start & Enable csf

systemctl start csf
systemctl start lfd
systemctl enable csf
systemctl enable lfd

Common Issues

yum install perl-Crypt-SSLeay

  • Cant connect to Web UI

Make sure to restart lfd after enabling the UI, csf will not reload the lfd service.

/home/www/sites/esgr.in/wiki/data/attic/software/csf.1491361403.txt.gz · Last modified: 2017/04/05 03:03 by eServices Greece