Cron jobs seem to be running as I see this in my /var/log/cron
Nov 5 09:00:01 glumbo CROND[18740]: (root) CMD (cd /var/www/domain.com/cgi-bin;./cron.pl >/root/cron.log 2>&1) However, no output is saved to /root/cron.log
When I run the same command (cd /var/www/domain.com/cgi-bin;./cron.pl >/root/cron.log 2>&1) at the command line I get output saved to /root/cron.log
What is happening?
cdand the issuing./cron.pl?