cpanel cron job url -


i need create cron job runs webpage (and retrieve data) (not file on server). tryed wget , works if set cron job manually in unix, not if create cron job in cpanel. wget -o http://someurl.somehting.

cron jobs not run under user , environment. path wget may not in cron user's path. specify full path (e.g. /usr/bin/wget).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -