summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-iconlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-2.4.2-iconlink.patch')
-rw-r--r--httpd-2.4.2-iconlink.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/httpd-2.4.2-iconlink.patch b/httpd-2.4.2-iconlink.patch
deleted file mode 100644
index 4ef8dd9..0000000
--- a/httpd-2.4.2-iconlink.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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>