summaryrefslogtreecommitdiff
path: root/www/analog/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-03 01:19:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-03 01:19:12 +0000
commit9f22c808c5f89342c8bfeca4947497b15770bbc0 (patch)
treea4e747bd845cf89ab4512f75834859387713170f /www/analog/files/patch-ab
parentActivate swatch (diff)
Disable agent_log and referer_log, use combined NCSA log format instead
Notes
Notes: svn path=/head/; revision=6384
Diffstat (limited to '')
-rw-r--r--www/analog/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab
index b14d4b21fd54..2b09ce53d253 100644
--- a/www/analog/files/patch-ab
+++ b/www/analog/files/patch-ab
@@ -1,5 +1,5 @@
*** analhead.h.orig Fri Mar 14 20:33:09 1997
---- analhead.h Sat May 3 02:37:26 1997
+--- analhead.h Sat May 3 05:11:35 1997
***************
*** 14,25 ****
/* the name of your organisation or WWW host. This is used for printing
@@ -71,11 +71,11 @@
#define CACHEFILE "none"
/* The default file of cached time info. Use "none" for none. */
-! #define REFERRER_LOG "/var/log/httpd-referer.log"
+! #define REFERRER_LOG "none"
/* The name of the default referrer log (= referer_log). Use "none" for none.
Can be a list, separated by commas. */
-! #define BROWSER_LOG "/var/log/httpd-agent.log"
+! #define BROWSER_LOG "none"
/* The name of the default browser log (= agent_log) similarly. */
! #define ERROR_LOG "/var/log/httpd-error.log"