I activated cloudflare with my dolphin. Everything works fine except that it seems that cron jobs are not running. The site works with SSL and has already been configured in cloudflare with the option Full (strict). Any suggestions?
I activated cloudflare with my dolphin. Everything works fine except that it seems that cron jobs are not running. The site works with SSL and has already been configured in cloudflare with the option Full (strict). Any suggestions? |
Cloudflare should have no effect on the cron job, unless you're trying to access the cron script over the web. If so, change it to use PHP from the command line. Example:
php -q /path/to/dolphin/periodic/cron.php BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
how often this job run? i need to re- configure it so i need to know the timing for it thanks Always remember that the future comes one day at a time. |
how often this job run? i need to re- configure it so i need to know the timing for it thanks Every minute: * * * * * Rules → http://www.boonex.com/terms |