Greetings. To fix issue https://pagure.io/fedora-infrastructure/issue/5502 we need to allow .htaccess files "FileInfo" privs in the /srv/web/getfedora.org dir on the proxies so the redirects work. +1s? From 5625ce807a7ffd294b145b0288846a7f75a42821 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi <kevin@xxxxxxxxx> Date: Wed, 28 Sep 2016 17:09:04 +0000 Subject: [PATCH] allow fileinfo on getfedora.org directory to allow .htaccess to work for issue 5502 --- roles/fedora-web/getfedora/files/getfedora.org.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/fedora-web/getfedora/files/getfedora.org.conf b/roles/fedora-web/getfedora/files/getfedora.org.conf index 7fc238f..14c5fed 100644 --- a/roles/fedora-web/getfedora/files/getfedora.org.conf +++ b/roles/fedora-web/getfedora/files/getfedora.org.conf @@ -7,3 +7,7 @@ FileETag MTime Size ExpiresActive On ExpiresDefault "access plus 5 days" + +<Directory /srv/web/getfedora.org> + AllowOverride FileInfo +</Directory> -- 1.8.3.1
Attachment:
pgpiVUaRfq5MP.pgp
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx