Jump to content
Froxlor Forum
  • 0

Question abut cron


Mardul

Question

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?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...