pg001
27th June 2008, 11:21
I can't seem to make my cronjob work, I am new to cron.
I followed Debian Etch Perfect Server Setup with ISPConfig running.
My crontab looks like this:
30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php &> /dev/null
5 * * * * /usr/bin/php -f /var/www/web1/web/sendstudio/admin/cron/cron.php &> /dev/null
I can't seem to make the last cronjob run, is it in the right format and path?
5 * * * * /usr/bin/php -f /var/www/web1/web/sendstudio/admin/cron/cron.php &> /dev/null
is /usr/bin/php the correct path to php? files at /var/www/web1/web/ are owned by web1_user.
Please help.
Thanks in advance.
I followed Debian Etch Perfect Server Setup with ISPConfig running.
My crontab looks like this:
30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php &> /dev/null
5 * * * * /usr/bin/php -f /var/www/web1/web/sendstudio/admin/cron/cron.php &> /dev/null
I can't seem to make the last cronjob run, is it in the right format and path?
5 * * * * /usr/bin/php -f /var/www/web1/web/sendstudio/admin/cron/cron.php &> /dev/null
is /usr/bin/php the correct path to php? files at /var/www/web1/web/ are owned by web1_user.
Please help.
Thanks in advance.