aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-02 13:01:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-02 13:01:36 +0100
commit80561e202f331b824bcef607a6bab8f253c700ba (patch)
tree93514c9e215c3503ec2c098d39c02f7320e445cd /Bugzilla
parent9177ade42ec12f685934f1866c68dd0790964d6c (diff)
downloadbugs-80561e202f331b824bcef607a6bab8f253c700ba.tar
bugs-80561e202f331b824bcef607a6bab8f253c700ba.tar.gz
bugs-80561e202f331b824bcef607a6bab8f253c700ba.tar.bz2
bugs-80561e202f331b824bcef607a6bab8f253c700ba.tar.xz
bugs-80561e202f331b824bcef607a6bab8f253c700ba.zip
Back out bug 1138463 - data/assets/.htaccess must be fixed too
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Filesystem.pm14
1 files changed, 2 insertions, 12 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index f19a81751..4f133d865 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -436,12 +436,7 @@ EOT
Allow from all
</IfVersion>
<IfVersion >= 2.4>
- <IfModule mod_perl.c>
- Allow from all
- </IfModule>
- <IfModule !mod_perl.c>
- Require all granted
- </IfModule>
+ Require all granted
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
@@ -455,12 +450,7 @@ EOT
Deny from all
</IfVersion>
<IfVersion >= 2.4>
- <IfModule mod_perl.c>
- Deny from all
- </IfModule>
- <IfModule !mod_perl.c>
- Require all denied
- </IfModule>
+ Require all denied
</IfVersion>
</IfModule>
<IfModule !mod_version.c>