Posts Tagged ‘cpanel’
Cpanel - Pureftpd Max Clients Per IP Limit Reached
Posted by admin | Filed under Computing and IT
I had a few clients with a fast internet connection running into the pure-ftpd max clients per ip address limit of 8. Because it was happening quite frequently, I made the changes in the pure-ftpd config file located here:
/etc/pure-ftpd.conf
You can edit the file like so:
nano /etc/pure-ftpd.conf
Ctrl + W (for search)
Type: "MaxClientsPerIP" Return / Enter to [...]
Tags: centos 5.2, cpanel, pure-ftpd
lfd on servername.com failed
Posted by admin | Filed under Computing and IT, Pick and Mix
Sometimes a Cpanel server running lfd (part of CSF) will send you an email every minute because it’s detected an lfd service failure.
Although it could have failed, what usually happens is a software update of CSF (config server firewall) might change the program id (pid), and chkservd (the service checker thats part of cpanel) doesn’t [...]