]> git.donarmstrong.com Git - debbugs.git/commitdiff
use /var/log/apache2/ as the default error log location
authorDon Armstrong <don@donarmstrong.com>
Thu, 15 Jan 2015 00:54:23 +0000 (16:54 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 15 Jan 2015 00:54:23 +0000 (16:54 -0800)
examples/apache.conf

index 246149ff6d0227188c7aed4dddc1bf237ff76317..009980b67b24a3798fcb1da50f1aaf993e504c75 100644 (file)
@@ -3,8 +3,8 @@
     ServerAdmin owner@bugs.debian.org
     DocumentRoot /var/lib/debbugs/www/
 
-    ErrorLog /var/log/apache/debbugs-error.log
-    CustomLog /var/log/apache/debbugs-access.log combined
+    ErrorLog /var/log/apache2/debbugs-error.log
+    CustomLog /var/log/apache2/debbugs-access.log combined
 
     <Directory />
         Options FollowSymLinks