Saturday, September 23, 2017

cronjob doesn't work in cpanel

Following command only help

*/5 * * * * /usr/local/bin/php -q /home/public_html/bh-glpi/front/cron.php > /home/user/cronlog.txt 2>&1

or

*/5 * * * * php -q /home/public_html/bh-glpi/front/cron.php

or

*/5 * * * * GET http://domainname/front/cron.php

No comments:

Post a Comment