Page 1 of 1

CRON does not start (If not access to the server).

Posted: Wed Apr 04, 2018 12:06 pm
by ricardopxl
Hi people!

I have a problem. My server is not public access (have public domain, but is not use), and this not run CRON automatically, only execute CRON if access via browser to server.domain.com for URL or access to administration page.

How to solve this problem?

In short, if you do not access the server, the CRON does not start.

My actual cron is:

/usr/bin/php /home/admin/web/server.domain.com/public_html/process.php 1> /dev/null 2> /home/admin/web/server.domain.com/public_html/process.log

Thanks!!!!