summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-iconlink.patch
blob: 4ef8dd9f1b79959f07657cd28bdc1a72d2ca82ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Fix config for /icons/ dir to allow symlink to poweredby.png.

--- httpd-2.4.2/docs/conf/extra/httpd-autoindex.conf.in.iconlink
+++ httpd-2.4.2/docs/conf/extra/httpd-autoindex.conf.in
@@ -21,7 +21,7 @@ IndexOptions FancyIndexing HTMLTable Ver
 Alias /icons/ "@exp_iconsdir@/"
 
 <Directory "@exp_iconsdir@">
-    Options Indexes MultiViews
+    Options Indexes MultiViews FollowSymlinks
     AllowOverride None
     Require all granted
 </Directory>