]> 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 62a24b92059e2f3ebe27d434280a6ba22268a243..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
         AllowOverride Indexes
     </Directory>
 
+    <Directory /var/lib/debbugs/www/txt>
+        Options +Indexes
+    </Directory>
+
     ScriptAlias /cgi-bin/ /var/lib/debbugs/www/cgi/
     <Directory "/var/lib/debbugs/www/cgi/">
         AllowOverride None