]> git.donarmstrong.com Git - debbugs.git/blobdiff - examples/apache.conf
we shouldn't expose db
[debbugs.git] / examples / apache.conf
index 62a24b92059e2f3ebe27d434280a6ba22268a243..9800c044ef71e13432606b874fc3b9d2cb662df5 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
@@ -18,8 +18,8 @@
         allow from all
     </Directory>
 
-    <Directory /var/lib/debbugs/www/db>
-        AllowOverride Indexes
+    <Directory /var/lib/debbugs/www/txt>
+        Options +Indexes
     </Directory>
 
     ScriptAlias /cgi-bin/ /var/lib/debbugs/www/cgi/