]> git.donarmstrong.com Git - debbugs.git/blobdiff - examples/apache.conf
use /var/log/apache2/ as the default error log location
[debbugs.git] / 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