aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-03 09:19:12 +0800
committerache <ache@FreeBSD.org>1997-05-03 09:19:12 +0800
commit3747bd271f8c5d6fa5377cb91cbc714076a6dc05 (patch)
treeffe69e9357d8fc889404f0143daa69676e0331bd /www
parentc9c798f7e5b22f90bf288f17a7627ad2e0777005 (diff)
downloadfreebsd-ports-gnome-3747bd271f8c5d6fa5377cb91cbc714076a6dc05.tar.gz
freebsd-ports-gnome-3747bd271f8c5d6fa5377cb91cbc714076a6dc05.tar.zst
freebsd-ports-gnome-3747bd271f8c5d6fa5377cb91cbc714076a6dc05.zip
Disable agent_log and referer_log, use combined NCSA log format instead
Diffstat (limited to 'www')
-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"