Quote:
Looks ok. My guess is that for some reason, cron uses a wrong PATH and therefore cannot find webalizer.
Can you add this as the first line to your crontab (by running
Code:
crontab -e
)?
Code:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
The problem is not solved