Search found 7 matches

by lukapaunovic
12 Oct 2017, 10:45
Forum: General Discussion (csf)
Topic: Check apache for mod_cloudflare
Replies: 3
Views: 2778

Re: Check apache for mod_cloudflare

Well when i run server check it says i do not have it
by lukapaunovic
11 Oct 2017, 22:29
Forum: General Discussion (csf)
Topic: Check apache for mod_cloudflare
Replies: 3
Views: 2778

Check apache for mod_cloudflare

Check apache for mod_cloudflare in Check Server Security false reporting module not installed because module changed it's name from mod_cloudflare to cloudflare_module

Code: Select all

[root@server ~]# httpd -M | grep flare
 cloudflare_module (shared)
by lukapaunovic
04 Aug 2013, 07:51
Forum: General Discussion (csf)
Topic: csf uninstalling problem
Replies: 1
Views: 2298

Re: csf uninstalling problem

Run

Code: Select all

/scripts/upcp --force
And try again
by lukapaunovic
02 Aug 2013, 10:37
Forum: General Discussion (csf)
Topic: add ip and port using gui
Replies: 1
Views: 2525

Re: add ip and port using gui

Go to WHM > ConfigServer Security & Firewall > Firewall Allow IPs then add tcp/udp|in/out|s/d=port|s/d=ip Is it TCP or UDP protocol, is it IN or OUT, is it SOURCE or DESTINANTION. On example, you want to allow access to MySQL from just one IP address: tcp|in|d=3306|s=IP YOU WANT TO ALLOW
by lukapaunovic
02 Aug 2013, 10:34
Forum: General Discussion (csf)
Topic: Rules x deny scan private lan
Replies: 2
Views: 2932

Re: Rules x deny scan private lan

Go to WHM > ConfigServer Security & Firewall > Deny Server IPs and then select for which IP you want to block all external traffic, click Change.
by lukapaunovic
02 Aug 2013, 10:30
Forum: General Discussion (csf)
Topic: How can ip's that have been Denied get past Firewall?
Replies: 2
Views: 2518

Re: How can ip's that have been Denied get past Firewall?

You need to restart the firewall

Run via console:

Code: Select all

csf -r
by lukapaunovic
01 Aug 2013, 14:02
Forum: General Discussion (csf)
Topic: CONNLIMIT and PORTFLOOD correct settings
Replies: 1
Views: 11053

Re: CONNLIMIT and PORTFLOOD correct settings

Please note for PORTFLOOD, you need to keep the hit count to below 20. It only counts 20 packets per address remembered. If you are under DDoS attack: PORTFLOOD = 80;tcp;20;3 If you are not: PORTFLOOD = 80;tcp;20;5 I would recommend enabling CT_LIMIT to: CT_LIMIT = 100 And CT_INTERVAL CT_INTERVAL = ...