926ea2c6c1
* bump NEED_VERSION * security fix: buffer overflow in DNS resolver * includes other bugfixes * some strcpy/strncpy/sprintf calls changed to strlcpy/snprintf
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
$OpenBSD: patch-sample_conf,v 1.2 2002/04/17 16:17:45 danh Exp $
|
|
--- sample.conf.orig Wed Apr 17 11:41:44 2002
|
|
+++ sample.conf Wed Apr 17 11:42:47 2002
|
|
@@ -25,7 +25,7 @@
|
|
# the log filename ends in '.gz' (ie: a gzip compressed file), it will
|
|
# be decompressed on the fly as it is being read.
|
|
|
|
-#LogFile /var/lib/httpd/logs/access_log
|
|
+#LogFile /var/www/logs/access_log
|
|
|
|
# LogType defines the log type being processed. Normally, the Webalizer
|
|
# expects a CLF or Combined web server log as input. Using this option,
|
|
@@ -39,7 +39,7 @@
|
|
# should be a full path name, however relative ones might work as well.
|
|
# If no output directory is specified, the current directory will be used.
|
|
|
|
-#OutputDir /var/lib/httpd/htdocs/usage
|
|
+#OutputDir /var/www/htdocs/usage
|
|
|
|
# HistoryName allows you to specify the name of the history file produced
|
|
# by the Webalizer. The history file keeps the data for up to 12 months
|
|
@@ -540,7 +540,7 @@ SearchEngine northernlight.com qr=
|
|
# it will default to the current output directory. Do not use a
|
|
# trailing slash ('/').
|
|
|
|
-#DumpPath /var/lib/httpd/logs
|
|
+#DumpPath /var/www/logs
|
|
|
|
# The DumpHeader keyword specifies if a header record should be
|
|
# written to the file. A header record is the first record of the
|