]> git.donarmstrong.com Git - debbugs.git/blobdiff - examples/apache.conf
use + for symlinks and multiviews; newer apache doesn't like it otherwise
[debbugs.git] / examples / apache.conf
index 9800c044ef71e13432606b874fc3b9d2cb662df5..479c35098f86a651b39c09c6c19cea27737bc54c 100644 (file)
     </Directory>
 
     <Directory /var/lib/debbugs/www>
-        Options -Indexes FollowSymLinks MultiViews
+        Options -Indexes +FollowSymLinks +MultiViews
         AllowOverride Options
         Order allow,deny
         allow from all
     </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