summaryrefslogtreecommitdiff
path: root/localwebstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-09-12 17:38:23 +0000
committerJonas Smedegaard <dr@jones.dk>2002-09-12 17:38:23 +0000
commit3e01c59344697e3ad8d4fbf05bd59cb6e6c4dbcf (patch)
tree78bc3b4dabc5d8f93f278daea65172f95402f6ca /localwebstats
parent64efc7b9a426a1b7fd7b155d95855357649c44cb (diff)
localwebstats: Update documentation.
Diffstat (limited to 'localwebstats')
-rwxr-xr-xlocalwebstats5
1 files changed, 4 insertions, 1 deletions
diff --git a/localwebstats b/localwebstats
index 22bc975..3c57f7f 100755
--- a/localwebstats
+++ b/localwebstats
@@ -3,7 +3,7 @@
# /usr/local/sbin/localwebstats
# Copyright 2001-2002 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: localwebstats,v 1.21 2002-09-12 17:34:37 jonas Exp $
+# $Id: localwebstats,v 1.22 2002-09-12 17:38:23 jonas Exp $
#
# Webstats maintenance script
#
@@ -15,6 +15,7 @@
# # * Websites are in /home/<uid>/websites/<fqdn>
# # * Apache httpd.conf has this line added:
# # Include /etc/apache/vhosts.d
+# # * Apache use /usr/local/bin/parselog into /var/log/apache-vhosts/
# # * /usr/lib/apache/suexec is recompiled using /usr/local/bin/make-suexec-for-home
# # * Each webhost has apache config in /etc/apache/vhosts.d/<fqdn>
# # * /etc/apache/vhosts.d/<fqdn> has hints about host- and domain-part of fqdn:
@@ -33,6 +34,8 @@
#
# --- CUT --- CUT --- CUT ---
#
+# TODO: Run as non-provoleged user
+#
# halt on errors
set -e