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
Post a Comment