altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.28-icons.patch

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