summaryrefslogtreecommitdiffstats
path: root/network/webalizer/README.SLACKWARE
diff options
context:
space:
mode:
author Steven King2010-11-28 07:02:23 +0100
committer Heinz Wiesinger2010-11-29 12:45:56 +0100
commit0ab6f89572ecbbbcca70fe22668222d7f78fa33b (patch)
tree837c8fa9bf3479a638a8e96c762f51dde88d9764 /network/webalizer/README.SLACKWARE
parent88f8bee080d095b5c43af9743e66ef91e03fbdc1 (diff)
downloadslackbuilds-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.SLACKWARE7
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
+