]> granicus.if.org Git - apache/commitdiff
Fix the logfile names in windows to have a .log extension.
authorJoshua Slive <slive@apache.org>
Mon, 18 Apr 2005 17:20:11 +0000 (17:20 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 18 Apr 2005 17:20:11 +0000 (17:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161777 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-win.conf

index 1bab70fbd7ef0ca94e07e6eb2e6356b5f5306dd8..e8f2aab46a88f6c6fe6b874f93a6aed8d6b886de 100644 (file)
@@ -227,7 +227,7 @@ DocumentRoot "@@ServerRoot@@/htdocs"
 # 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 @@ LogLevel warn
     # 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>