Search found 5 matches

by williamsth
10 Mar 2020, 08:09
Forum: General Discussion (csf)
Topic: block IP
Replies: 1
Views: 1795

Re: block IP

How are you blocking the IP? How many IP addresses are in your csf.deny file? Can you provide more info why you think they're attacking you?
by williamsth
09 Mar 2020, 17:58
Forum: General Discussion (csf)
Topic: Nginx regex rules
Replies: 2
Views: 2254

Re: Nginx regex rules

Hi all, For anyone else having the same issue. I managed to resolve it. As mentioned previously, my regex rule was validating file on regex101.com, and validated on grep fine too. LFD log also showed it was watching log file. I basically uninstalled CSF/LFD, reinstalled, and set everything back up i...
by williamsth
08 Mar 2020, 17:32
Forum: General Discussion (csf)
Topic: Is Virtuozzo/OpenVZ deprecation for hosts or containers?
Replies: 5
Views: 5033

Re: Is Virtuozzo/OpenVZ deprecation for hosts or containers?

Not particularly, but I recommend looking at Linux KVM. Free virtualisation that works really well and will have/has no issue running CSF firewall (I use it myself as it's included in most linux distro's).
by williamsth
08 Mar 2020, 17:10
Forum: General Discussion (csf)
Topic: Nginx regex rules
Replies: 2
Views: 2254

Re: Nginx regex rules

(Just to note as well, my IP address that I'm testing with isn't in /etc/csf/csf.ignore)
by williamsth
08 Mar 2020, 17:05
Forum: General Discussion (csf)
Topic: Nginx regex rules
Replies: 2
Views: 2254

Nginx regex rules

Hi I'm in the process of moving from Apache to Nginx, but I can't seem to get the new regex rules working for Nginx. My rule for 404 flood detection is here: if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /.*No such file or directory\), client: (\S+),.*/)) { return ("NGINX Security rule tr...