I’m pretty sure I have this cron job set up properly under the Scheduled Cron Jobs section of WebMin
user: domainUser (picked from the webmin drop down with all system users listed
Job: /home/domain/public_html/data/cron_bridge.php
I have it set to run every five minutes which I did by cmd clicking minutes: 0, 5, 10, 15, 20,25,30,35,40,45,50,55
then setting: all days all months all years all weekdays
see http://www.himalayanacademy.com/outgoing/cronJob.jpg
it is set to active and I enabled it. But it does not seem to fire, at least that’s what the webmaster of this site is telling me.
- What log do I check to see if it is firing or not?
- do PHP scripts in the public_html folder need another param to fire? I see some jobs written like this:
PHP /home/domain/public_html/data/cron_bridge.php
but I would not think this necessary