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