From: Frédéric Buclin Date: Tue, 1 Dec 2015 23:10:49 +0000 (+0100) Subject: Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed... X-Git-Tag: release-5.1.1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94ffcb1f443efa0c790441853984ea5aa5e4c31;p=thirdparty%2Fbugzilla.git Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790 a=dkl on IRC --- diff --git a/.htaccess b/.htaccess index 8f40e96c63..973b396d46 100644 --- a/.htaccess +++ b/.htaccess @@ -5,12 +5,7 @@ Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index d2d342a77a..5f56774609 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => < = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -360,12 +355,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -379,12 +369,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -404,14 +389,8 @@ EOT # Deny from all # # = 2.4> -# -# Allow from 127.0.0.1/24 -# Deny from all -# -# -# Require ip 127.0.0.1/24 -# Require all denied -# +# Require ip 127.0.0.1/24 +# Require all denied # # # @@ -427,12 +406,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -446,12 +420,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -468,12 +437,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -487,12 +451,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied