Cron Jobs

From Hostek.com Wiki
Revision as of 21:34, 10 March 2014 by Calebc (Talk | contribs) (cPanel - Setting up Cron Jobs)

Jump to: navigation, search


cPanel - Setting up Cron Jobs

How to setup a cron job

Please keep in mind that you may have to have a cron job be executed by a specific service.
For Example a php file to be ran:

/usr/bin/bin -q /home/user/public_html/cron.php

If you do not want the email to be received for confirmation you will need to add the following to the end of your request:

/usr/bin/bin -q /home/user/public_html/cron.php > /dev/null

If you are using get for a http request it would be like this:

/usr/bin/curl --silent --output /dev/null http://yourdomain.com/cron.php

WCP/MochaPanel - Setting up Crong Jobs

This option is currently not available within MochaPanel.