June 27, 201016 yr I have Froxlor up and running om my CentOS 5.5 box. I have a few qustions about the cron settings, though. I have set up the following entries, and the config files for apache and bind are updated properly. */5 * * * * root /usr/bin/php /pathto/cron_tasks.php 30 0 * * * root /usr/bin/php /pathto/cron_ticketarchive.php 0 0 * * * root /usr/bin/php /pathto/cron_traffic.php However some features are not working, for example traffic statistics and directory protection with htpasswd. What am I missing?
June 28, 201016 yr What you got looks like an old SysCP Cronjob, this is what Froxlors cronfile should look like: # # Set PATH, otherwise restart-scripts won't find start-stop-daemon # PATH=/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # # Please check that all following paths are correct # */5 * * * * root /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php
Archived
This topic is now archived and is closed to further replies.