summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-iconlink.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
commite26c4bfaba5c888e3fe9a227c6ee805c4e3379f1 (patch)
tree0faf8862537e5ac89b1a851758c72617a2dd4767 /httpd-2.4.2-iconlink.patch
parenta0b7d94015d8356e3d8b0a6f35877578512e0f5b (diff)
httpd: sync with rawhide, backport for remi-dev
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>