diff options
author | Steven King <kingrst@gmail.com> | 2010-11-28 00:02:23 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:56 +0100 |
commit | 0ab6f89572ecbbbcca70fe22668222d7f78fa33b (patch) | |
tree | 837c8fa9bf3479a638a8e96c762f51dde88d9764 /network/webalizer/README.SLACKWARE | |
parent | 88f8bee080d095b5c43af9743e66ef91e03fbdc1 (diff) | |
download | slackbuilds-0ab6f89572ecbbbcca70fe22668222d7f78fa33b.tar.gz |
network/webalizer: Added (web server log file analysis program)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/webalizer/README.SLACKWARE')
-rw-r--r-- | network/webalizer/README.SLACKWARE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/webalizer/README.SLACKWARE b/network/webalizer/README.SLACKWARE new file mode 100644 index 0000000000..c6ab981405 --- /dev/null +++ b/network/webalizer/README.SLACKWARE @@ -0,0 +1,7 @@ +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 + |