Mardul Posted June 27, 2010 Posted June 27, 2010 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?
d00p Posted June 28, 2010 Posted June 28, 2010 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
Question
Mardul
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?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.