D devindull Guest Feb 26, 2006 #1 Anyone know what crontab controls webstats? I would like to get the visitor traffic information calculated twice or three times a day rather than just at 4am.
Anyone know what crontab controls webstats? I would like to get the visitor traffic information calculated twice or three times a day rather than just at 4am.
phoenixisp Silver Pleskian Feb 27, 2006 #2 The cron job is: 7 * * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1 To change it to every 8 hours do: 7 */8 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
The cron job is: 7 * * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1 To change it to every 8 hours do: 7 */8 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1