Cron Job Question
Posted by: pand
Posted on: 2008-04-22 00:43:00
I want to run a cron job from my domain at Dreamhost to execute a cgi file to delete my logs on another host. The other host does not offer cron jobs. What I originally entered in the control panel was simply:
http://www.mydomain.com/dellogs.cgi
which doesn't work.
Should I be using
wget http://www.mydomain.com/dellogs.cgi ?
I have other cron jobs setup so I am familiar with how they work and I know the script works. I tried searching for this scenario at Google and have not found the answer.
Thanks for any help.