I have this error in logs file
CRON[3304]: (root) CMD ( /usr/bin/php /home/app/foxorders/scripts/restart_apache.php >/dev/null 2>/dev/null)
Whats mean please ?
I have this error in logs file
CRON[3304]: (root) CMD ( /usr/bin/php /home/app/foxorders/scripts/restart_apache.php >/dev/null 2>/dev/null)
Whats mean please ?
This is not a error. It's just information about cron
job which execute command:
/usr/bin/php /home/app/foxorders/scripts/restart_apache.php
and redirect STDOUT
and STDERR
to NULL
device