Hi,
I cannot seem to figure out how to get CSF to ignore my WHMCS cron:
Time: Wed May 14 09:00:37 2014 +0200
Account: ***
Resource: Virtual Memory Size
Exceeded: 342 > 300 (MB)
Executable: /home/virtfs/register/usr/bin/php
Command Line: php -q /home/****/public_html/admin/cron.php
PID: 29408 (Parent PID:29407)
Killed: No
Please assist in how I can get CSF to ignore this cron
Ignore WHMCS Cron
-
- Junior Member
- Posts: 12
- Joined: 11 Jun 2011, 22:36
Re: Ignore WHMCS Cron
Edit csf.pignore and add something like this:
cmd:php -q /home/****/public_html/admin/cron.php
obviously use the username that you munged.
If that won't work you could do
exe:/home/virtfs/register/usr/bin/php
but, that would ignore any php apps that run from that binary from process tracking.
cmd:php -q /home/****/public_html/admin/cron.php
obviously use the username that you munged.
If that won't work you could do
exe:/home/virtfs/register/usr/bin/php
but, that would ignore any php apps that run from that binary from process tracking.
Re: Ignore WHMCS Cron
Thank you kindly. The former did it.