Search found 1048 matches

by Sergio
02 Mar 2010, 00:01
Forum: Suggestions (csf)
Topic: Modify and update all servers
Replies: 12
Views: 12138

Thanks Sergio, But what we're looking for does a little more. Looking for a way to do tasks across the whole network. -Udate CSF -Modify ps_limits, etc.. Well it could be done with a bash file, but that is another story. I think Chirpy is the one to answer your question regarding a centralized admi...
by Sergio
01 Mar 2010, 17:06
Forum: Suggestions (csf)
Topic: Modify and update all servers
Replies: 12
Views: 12138

Hello guys, We've been using CSF for over a year now and are really satisfied. We use it on more than 300 servers. I would like to know if there is a way to manage all of these installations remotely at once to modify a value, like add an IP to allow, upgrade. Something like "Mass actions"...
by Sergio
26 Feb 2010, 17:31
Forum: Suggestions (cxs)
Topic: Change 777 to 775 when CXS found it
Replies: 11
Views: 15385

chirpy wrote:The feature actually uses 755 as the chmod.
Hello Chirpy,
thank you for installing this feature, the only problem that I have just found is that CXS is chmoding /tmp to 755 and that doesn't work and I have suPHP enabled. So, I chmod it to 1777 and it is working now. The same was with /tmp/.ICE-unix
by Sergio
14 Feb 2010, 21:20
Forum: Suggestions (csf)
Topic: csf.pignore - use more than one criteria
Replies: 1
Views: 3270

This is the wrong forum to post your question, this forum is for Suggestions about improving CSF. Any way, to answer your question, you don't need to psignore /bin/bash as it is already ignored because is part of the OS, but you can do a better way to ignore the process of your user doing the follow...
by Sergio
10 Feb 2010, 20:56
Forum: General Discussion (cmc)
Topic: log access
Replies: 10
Views: 20171

You have to check what you have written in your MODSEC2.CONF and MODSEC2.USER.CONF files as there is the error. Check that MODSEC2.CONF are set as follow: LoadFile /opt/xml2/lib/libxml2.so LoadFile /opt/lua/lib/liblua.so LoadModule security2_module modules/mod_security2.so <IfModule mod_security2.c>...
by Sergio
08 Feb 2010, 04:32
Forum: Suggestions (cmc)
Topic: Statistics
Replies: 2
Views: 9438

You can do it yourself, it is not that hard. Create a php script that access your MODSEC database in your server and you can check all the info that you want, that is what we did. And remember that the MODSEC database is deleted everytime you run EASYAPACHE and updates anything in there, so, if you ...
by Sergio
08 Feb 2010, 03:52
Forum: Suggestions (csf)
Topic: Block FTP connections from different IPs.
Replies: 3
Views: 3798

Thankyou Jonathan,
I will wait to see this in a very near future.
by Sergio
23 Jan 2010, 06:03
Forum: General Discussion (cxs)
Topic: STICKY rules for CXS.XTRA regs.
Replies: 71
Views: 211223

chirpy wrote:Sergio, you have to escape your regex's correctly otherwise you will get a lot of false-positives, or they won't work. In particular you need to escape dots and brackets, e.g.:

regall:\.ru\:8080
regall:MAILBASE=\./upload/m\.txt
Thanks Chirpy, I will do that.
by Sergio
22 Jan 2010, 18:37
Forum: Suggestions (csf)
Topic: Block FTP connections from different IPs.
Replies: 3
Views: 3798

Block FTP connections from different IPs.

Hi, it will be nice if CSF could block IPs that are trying to connect to the same FTP account but from different IPs. Let me explain, a few days ago an account got compromised, customer had a virus that sent his FTP password to a hacker, in less than 10 seconds, about 200 different IPs were trying t...
by Sergio
19 Jan 2010, 03:35
Forum: General Discussion (cxs)
Topic: STICKY rules for CXS.XTRA regs.
Replies: 71
Views: 211223

this shouldn't be blocked. If you have scripts to send emails that uses an URL on the header it has to be investigated, as it could send an URL that is not in your server. Remember that CSX is to help you to check what is being uploaded in your server, if one of your customers upload a file with th...