summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:21:42 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:21:42 +0000
commit53326aac4e0dbd665f6df1db0ae1445bc8b0d557 (patch)
treebe23ed495321ce173fb2d792e0829cd472c31964 /httpd.conf
parent55c3338e5128c411f333358870978f299469141b (diff)
downloadhttpd-53326aac4e0dbd665f6df1db0ae1445bc8b0d557.tar.gz
httpd-53326aac4e0dbd665f6df1db0ae1445bc8b0d557.tar.xz
httpd-53326aac4e0dbd665f6df1db0ae1445bc8b0d557.zip
auto-import changelog data from httpd-2.0.50-4.src.rpmhttpd-2_0_50-4
Tue Aug 17 2004 Joe Orton <jorton@redhat.com> 2.0.50-4 - start httpd in the C locale by default (#128002) - fix CustomLog comments in default httpd.conf (#43223) - ensure correct mod_suexec vs mod_userdir hook ordering (Joshua Slive, upstream #18156)
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/httpd.conf b/httpd.conf
index cb75586..01d6220 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -478,8 +478,7 @@ LogFormat "%{User-agent}i" agent
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
-# CustomLog logs/access_log common
-CustomLog logs/access_log combined
+#CustomLog logs/access_log common
#
# If you would like to have agent and referer logfiles, uncomment the
@@ -489,10 +488,10 @@ CustomLog logs/access_log combined
#CustomLog logs/agent_log agent
#
-# If you prefer a single logfile with access, agent, and referer information
-# (Combined Logfile Format) you can use the following directive.
+# For a single logfile with access, agent, and referer information
+# (Combined Logfile Format), 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