arrfab / rpms / httpd

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