mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
30 lines
878 B
Plaintext
30 lines
878 B
Plaintext
|
--- conf/httpd.conf-dist.orig Sat Dec 12 20:04:29 1998
|
||
|
+++ conf/httpd.conf-dist Fri Jan 15 01:08:36 1999
|
||
|
@@ -241,7 +241,7 @@
|
||
|
# don't use Group #-1 on these systems!
|
||
|
#
|
||
|
User nobody
|
||
|
-Group #-1
|
||
|
+Group nogroup
|
||
|
|
||
|
#
|
||
|
# ServerAdmin: Your address, where problems with the server should be
|
||
|
@@ -459,7 +459,7 @@
|
||
|
# define per-<VirtualHost> access logfiles, transactions will be
|
||
|
# logged therein and *not* in this file.
|
||
|
#
|
||
|
-CustomLog logs/access_log common
|
||
|
+#CustomLog logs/access_log common
|
||
|
|
||
|
#
|
||
|
# If you would like to have agent and referer logfiles, uncomment the
|
||
|
@@ -472,7 +472,7 @@
|
||
|
# If you prefer a single logfile with access, agent, and referer information
|
||
|
# (Combined Logfile Format) you can use the following directive.
|
||
|
#
|
||
|
-#CustomLog logs/access_log combined
|
||
|
+CustomLog logs/access_log combined
|
||
|
|
||
|
#
|
||
|
# Optionally add a line containing the server version and virtual host
|