You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/18 19:20:11 UTC

svn commit: r161777 - httpd/httpd/trunk/docs/conf/httpd-win.conf

Author: slive
Date: Mon Apr 18 10:20:11 2005
New Revision: 161777

URL: http://svn.apache.org/viewcvs?view=rev&rev=161777
Log:
Fix the logfile names in windows to have a .log extension.

Modified:
    httpd/httpd/trunk/docs/conf/httpd-win.conf

Modified: httpd/httpd/trunk/docs/conf/httpd-win.conf
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/conf/httpd-win.conf?view=diff&r1=161776&r2=161777
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd-win.conf (original)
+++ httpd/httpd/trunk/docs/conf/httpd-win.conf Mon Apr 18 10:20:11 2005
@@ -227,7 +227,7 @@
 # logged here.  If you *do* define an error logfile for a <VirtualHost>
 # container, that host's errors will be logged there and not here.
 #
-ErrorLog logs/error_log
+ErrorLog logs/error.log
 
 #
 # LogLevel: Control the number of messages logged to the error_log.
@@ -256,13 +256,13 @@
     # 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 prefer a 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
 </IfModule>
 
 <IfModule alias_module>