summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-iconlink.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-05-27 10:36:40 +0200
committerRemi Collet <fedora@famillecollet.com>2012-05-27 10:36:40 +0200
commit2b4bc86c70a3dfe61ada6c69c658b20ca8d5e2df (patch)
tree2e5e22ffbe09e70ecfe5d7d3da17c70d6fc352d3 /httpd-2.4.2-iconlink.patch
parent793537f0f6d8414f5f06c6b471e8c0e69637c607 (diff)
php-channel-phpdoc: import from rawhide
Diffstat (limited to 'httpd-2.4.2-iconlink.patch')
-rw-r--r--httpd-2.4.2-iconlink.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/httpd-2.4.2-iconlink.patch b/httpd-2.4.2-iconlink.patch
new file mode 100644
index 0000000..4ef8dd9
--- /dev/null
+++ b/httpd-2.4.2-iconlink.patch
@@ -0,0 +1,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>