CSF 5.73 Process ignore reporting incorrectly

Post Reply
ggierer
Junior Member
Posts: 1
Joined: 17 Jan 2013, 20:17

CSF 5.73 Process ignore reporting incorrectly

Post by ggierer »

We have a new server installation of openSUSE 12.2 (x86_64) and installed csf 5.73. The process ignore reporting does not seem to be working correctly. We have included lines to ignore apache including all three of the following:

exe:/usr/sbin/httpd2-prefork
user:wwwrun
cmd:/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start

We still get emails with:
=============================================================
Time: Fri Jan 18 07:02:39 2013 +1100
Account: wwwrun
Resource: Process Time
Exceeded: 50565 > 1800 (seconds)
Executable: /usr/sbin/httpd2-prefork
Command Line: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start
PID: 13785 (Parent PID:13781)
Killed: No
=============================================================

We have restarted csf and restarted the server with no change. Other processes listed in the file are also generating emails (this is not happening just for Apache...)

Any help would be greatly appreciated.
Ricky
Junior Member
Posts: 17
Joined: 01 Apr 2009, 17:12

Re: CSF 5.73 Process ignore reporting incorrectly

Post by Ricky »

Somehow it is ignore your rules, I had recently done something similar and was easily accomplished using :

Code: Select all

exe:/usr/sbin/httpd2-prefork
May you try to remove other directives ie. cmd and user for this
Post Reply