bdaebd
bdaebd
- Fix config for /icons/ dir to allow symlink to poweredby.png
bdaebd
- Avoid using coredump GIF for a directory called "core"
bdaebd
bdaebd
Upstream-Status: vendor specific patch
bdaebd
bdaebd
diff --git a/docs/conf/extra/httpd-autoindex.conf.in b/docs/conf/extra/httpd-autoindex.conf.in
bdaebd
index 51b02ed..dd6f2c6 100644
bdaebd
--- a/docs/conf/extra/httpd-autoindex.conf.in
bdaebd
+++ b/docs/conf/extra/httpd-autoindex.conf.in
bdaebd
@@ -21,7 +21,7 @@ IndexOptions FancyIndexing HTMLTable VersionSort
bdaebd
 Alias /icons/ "@exp_iconsdir@/"
bdaebd
 
bdaebd
 <Directory "@exp_iconsdir@">
bdaebd
-    Options Indexes MultiViews
bdaebd
+    Options Indexes MultiViews FollowSymlinks
bdaebd
     AllowOverride None
bdaebd
     Require all granted
bdaebd
 </Directory>
bdaebd
@@ -53,7 +53,8 @@ AddIcon /icons/dvi.gif .dvi
bdaebd
 AddIcon /icons/uuencoded.gif .uu
bdaebd
 AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
bdaebd
 AddIcon /icons/tex.gif .tex
bdaebd
-AddIcon /icons/bomb.gif core
bdaebd
+AddIcon /icons/bomb.gif /core
bdaebd
+AddIcon /icons/bomb.gif */core.*
bdaebd
 
bdaebd
 AddIcon /icons/back.gif ..
bdaebd
 AddIcon /icons/hand.right.gif README