Search found 9 matches
- 28 Sep 2015, 12:40
- Forum: General Discussion (csf)
- Topic: Cloudlinux 7 checking security blank page
- Replies: 4
- Views: 3849
Re: Cloudlinux 7 checking security blank page
After further inspection it seemed that due to a WHM/Cpanel issue in the in apache building proces the apache binary had problems. Long story short, I've reinstalled the "perl-devel" package and was able to rebuild apache after which CSF security check worked accordingly. Issue solved, tha...
- 28 Sep 2015, 10:03
- Forum: General Discussion (csf)
- Topic: Cloudlinux 7 checking security blank page
- Replies: 4
- Views: 3849
Re: Cloudlinux 7 checking security blank page
I get :
Code: Select all
# csf --mail
open3: exec of /usr/local/apache/bin/httpd -v failed at /usr/local/csf/lib/ConfigServer/ServerCheck.pm line 1363.
- 28 Sep 2015, 09:40
- Forum: General Discussion (csf)
- Topic: Cloudlinux 7 checking security blank page
- Replies: 4
- Views: 3849
Cloudlinux 7 checking security blank page
I ran into a potential bug with my new "cloudlinux + Cpanel + CSF" setup. Recently I've setup a new Virtual Machine on a VMware platform with cloudlinux 7, after activation I proceeded to install WHM/Cpanel on this machine (without problem). As per security conventions I then proceeded to ...
- 25 Sep 2015, 15:16
- Forum: General Discussion (csf)
- Topic: Process Time Notifications
- Replies: 1
- Views: 2525
Re: Process Time Notifications
Hello bsaverino, I'm a big fan of CSF, for me it's an essential part in every Cpanel setup I build, but it will always require some tweaking to get right. The notifications you are getting are from CSF's process tracking feature (in csf.conf), any (not in pignore listed) process that runs longer tha...
- 24 Sep 2015, 14:40
- Forum: General Discussion (csf)
- Topic: Process Tracking Emails
- Replies: 7
- Views: 9055
Re: Process Tracking Emails
Hello IsraelPaya67,
One solution would be adding the commandline (with a wildcard) of the script in question to the csf.pignore file such as the below example:
hope it helps 
One solution would be adding the commandline (with a wildcard) of the script in question to the csf.pignore file such as the below example:
Code: Select all
pcmd:/usr/bin/php /home/.*/public_html/wp-cron.php

- 24 Sep 2015, 14:33
- Forum: General Discussion (csf)
- Topic: Block all expect .... on port 22
- Replies: 3
- Views: 7591
Re: Block all expect .... on port 22
I would still recommend CSF, it implements numerous safety conventions and has a nice checklist to help you properly secure your server ( Cpanel still leaves a lot to chance ).
- 24 Sep 2015, 14:31
- Forum: General Discussion (csf)
- Topic: Can not block countries in CSF firewall
- Replies: 2
- Views: 11326
Re: Can not block countries in CSF firewall
Hello tfetfe, I would like to point out the following: Country Code to CIDR allow/deny. In the following two options you can allow or deny whole country CIDR ranges. The CIDR blocks are generated from the Maxmind GeoLite Country database http://www.maxmind.com/app/geolitecountry and entirely relies ...
- 24 Sep 2015, 14:10
- Forum: General Discussion (csf)
- Topic: Block all expect .... on port 22
- Replies: 3
- Views: 7591
Re: Block all expect .... on port 22
Hello rjbathgate, My understanding is that the default behaviour is block/deny all. However this doesn't seem to be happening. Configserver is simply an (advanced) shell around regular iptables in linux. It blocks all ports except for Ports that are opened in csf.conf TPC_IN and UDP_IN values (for b...
- 24 Sep 2015, 13:51
- Forum: General Discussion (csf)
- Topic: Firewall Blocked Traffic even SSH
- Replies: 1
- Views: 3249
Re: Firewall Blocked Traffic even SSH
Hello Ilinux85, From what I can see in yout logs it seems that you are trying to access TCP port "8213" on your server for SSH access? I take it you've configured your SSH Deamon to listen for SSH connections on this port? Could you share a copy of your /etc/ssh/sshd.conf and /etc/csf/csf....