cron job command
Category: Cpanel
Hi,
I'm trying to setup a cron job via cpanel. I'm a bit confused on which command to use. I found in the knowledge base that wget is blocked. Which of the following would be the best to use?
/usr/bin/lynx -source http://example.com/cron.php
curl --silent --compressed http://example.com/cron.php
It's for a drupal site to run cron.
Thanks.
I'm trying to setup a cron job via cpanel. I'm a bit confused on which command to use. I found in the knowledge base that wget is blocked. Which of the following would be the best to use?
/usr/bin/lynx -source http://example.com/cron.php
curl --silent --compressed http://example.com/cron.php
It's for a drupal site to run cron.
Thanks.
OTHER ANSWERS
|
0
|
Hello Jaron, In speaking with our Advanced Hosting support, they advised the below format for your cron. This one will be the most efficient and also run quietly with no output or emails. /usr/bin/php -q <path_to_script> > /dev/null 2>&1 The I hope this answers your question. If you have any more questions or information specific to the issue please leave a comment below so we can further assist you. Best Regards, Scott M |
Like this Question?
Tweet
Latest Questions
If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Recent QuestionsNeed more Help?
Search
Ask the Community!
Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |


