mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
0ab6f89572
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
354 B
Text
7 lines
354 B
Text
Config files can be kept in /etc/webalizer or any other place you wish to
|
|
keep them. A sample config file is in /etc/webalizer already.
|
|
|
|
A quick cron can be used to generate all stats for all sites at midnight
|
|
with the folloing code in the root crontab:
|
|
0 0 * * * for i in $(find /etc/webalizer -name "*.conf"); do webalizer -c $i &> /dev/null; done
|
|
|