I am running LFD/CSF on three servers and on all servers I have the same problem since the first day when I set-up the server and installed LFD/CSF.
I have nginx + php5-fpm + MySQL installed and lfd.log file is full of warnings:
Jan 3 00:21:57 pro1646 lfd[31599]: *Suspicious Process* PID:30238 User:www-data Uptime:7300 secs EXE:/usr/sbin/php5-fpm CMD:php-fpm: pool www
Jan 3 03:21:01 pro1646 lfd[833]: *Suspicious Process* PID:1296 User:mysql Uptime:18814003 secs EXE:/usr/sbin/mysqld CMD:/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/$
Jan 3 03:21:01 pro1646 lfd[833]: *Suspicious Process* PID:25999 User:www-data Uptime:7237713 secs EXE:/usr/sbin/nginx CMD:nginx: worker process
How do I get rid of these warnings? I want to get important warnings to my email address but it's not possible because emails are coming non-stop...
Thanks.
It's necessary to add the following lines to the
/etc/csf/csf.pignore
file.I had added
php-fpm
to thecsf.pignore
list but later removed it. What happened was that I ignored the warnings and finally ended up in the http server being in an inaccessible state. I foundnginx
errors like:These seemed to be due to a very, very bad
Wordpress
installation by a group of digital agency morons. I had to restartphp-fpm
to make sites work again. Before restarting I could see one instance ofphp-fpm
owned by the very customer.Having little (=no) interest in trying to repair the WP installation I will move that site to a cheapie server.