View Single Post
  #4 (permalink)  
Old 10-06-2009, 23:21
eUKShane eUKShane is offline
Senior System Administrator
 
Join Date: Oct 2006
Posts: 377
Thumbs up Hello

Hello,

1) Glad to know that you have solved CSF warning issue Regarding mysql socket error, possible reasons are :

- If the mysql process has got stucked, just check running mysql processes and then kill them manually. Then restart mysql service.

Quote:
ps aux | grep msyql
kill -9 <PID>
service mysql restart
- Seems like the perl module is having problems connecting to the MySQL socket. If the modsec user or the database is having any issue then we can try reinstalling mod_security.

- The password is not the issue, because if the password is wrong then you should get different error like “Access denied for user ‘modsec’@'localhost”.

So, you can try reinstalling mod_security through easyapache.

2) I have just checked and https://Ipaddress:4643/ is working fine for me.

3) Well, either you can add any trusted static IP address (belongs to your colleague or friend) in csf.allow and then login from it, to remove your IP address from the deny list Or simply generate a live chat session, we will do it for you quickly (this is recommended option).

4) I have added cron binary path in /etc/csf/csf.pignore so that it will ignore all cron processes. You cannot just add “*/cron.php” in csf.fignore because this will just ignore crons which are owned by root user. If you would like to ignore particular user cron then you have to write user:username which will ignore all processes running by this user.
__________________

Best Regards,
Sebastian
Senior System Administrator
http://www.eukhost.com/
Reply With Quote