1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/apache13/files/patch-ag

30 lines
878 B
Plaintext
Raw Normal View History

1999-01-15 00:26:29 +00:00
--- 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