summaryrefslogtreecommitdiff
path: root/www/analog
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-08 18:57:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-08 18:57:41 +0000
commit8409200a155fe9ffda63cacd5d8c76fe59a503cf (patch)
treee24d80a03077301fad668c685e60da68cac5bcbd /www/analog
parentUpgrade to 2.90beta3 (diff)
Use default log file name to get some result immediately
Notes
Notes: svn path=/head/; revision=10448
Diffstat (limited to 'www/analog')
-rw-r--r--www/analog/files/patch-ac20
1 files changed, 14 insertions, 6 deletions
diff --git a/www/analog/files/patch-ac b/www/analog/files/patch-ac
index 6535d27b182a..1bfbbd0df206 100644
--- a/www/analog/files/patch-ac
+++ b/www/analog/files/patch-ac
@@ -1,12 +1,20 @@
-*** analog.cfg.bak Wed Apr 8 17:38:41 1998
---- analog.cfg Wed Apr 8 21:33:32 1998
+*** analog.cfg.orig Wed Apr 8 17:38:41 1998
+--- analog.cfg Wed Apr 8 22:57:45 1998
***************
-*** 6,11 ****
---- 6,12 ----
+*** 6,12 ****
#
#
# REQINCLUDE pages
-+ LOGFORMAT COMBINED
- LOGFILE logfile.log
+! LOGFILE logfile.log
HOSTNAME "[my organisation]"
LINKINCLUDE pages
+ UNCOMPRESS *.gz,*.Z "gzip -cd"
+--- 6,13 ----
+ #
+ #
+ # REQINCLUDE pages
+! LOGFORMAT COMBINED
+! LOGFILE /var/log/httpd-access.log
+ HOSTNAME "[my organisation]"
+ LINKINCLUDE pages
+ UNCOMPRESS *.gz,*.Z "gzip -cd"