what does this message that CSF sent mean ?

FileSick

Verified User
Joined
Oct 5, 2013
Messages
104
hello greatest Admins on the planet


today and i keep getting these type of messages what does it mean and should i worry about anything cand that limit that hass been exceeded 500 should i increase it or not cause as you know i have two websites one of them is Cloud hosting website called FileNerd.com

Time: Mon Dec 1 01:12:07 2014 -0600
Account: apache
Resource: Virtual Memory Size
Exceeded: 693 > 500 (MB)
Executable: /usr/sbin/httpd
Command Line: /usr/sbin/httpd -k start -DSSL
PID: 517 (Parent PID:27598)
Killed: No

and another one


Time: Mon Dec 1 01:15:07 2014 -0600
Account: apache
Resource: Process Time
Exceeded: 3666 > 1800 (seconds)
Executable: /usr/sbin/httpd
Command Line: /usr/sbin/httpd -k start -DSSL
PID: 27775 (Parent PID:27598)
Killed: No


please tell me what do you think and what should i do

waiting for your great responds
 
It's just stating what's in the message.
First apache is usingn 693 MB which is more then the 500 MB limit specified in the configuration of csf.

The second one is that apache is running longer then the 1800 seconds specified in configuration.
In this case, it looks safe to ignore. It's normal behaviour for this process as far as I can see.

In fact it's strange that you are getting those mails, because apache should be excluded in csf.pignore if you installed csf correctly (./install_directadmin.sh) and csf.pignore should contain this line amongst others:
Code:
exe:/usr/sbin/httpd
 
thank Richard for your fast respond i just check the file csf.pignore and that line isn't there should i add it but how to add it is it anywhere or next to similar line ?

waiting for your respond
 
sorry Richard the line exist but somehow the find feature in google chrome didn't find i found by chance

exe:/usr/sbin/ntpd exist

what should i do now ?
 
The line ntp is not the same as httpd.

Go via SSH or via the Admin panel, open csf.pignore and add this line:
exe:/usr/sbin/httpd

restart csf and lfd.
 
done thank you so much Richard for your great respond and help and time

have great day
 
You're welcome! If you get more problems just ask and I will post you my csf.pignore if it can help you.:)
 
Back
Top