]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Back out bug 1138463 - data/assets/.htaccess must be fixed too
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 2 Dec 2015 12:01:36 +0000 (13:01 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 2 Dec 2015 12:01:36 +0000 (13:01 +0100)
Bugzilla/Install/Filesystem.pm

index f19a81751c45b6a64170e872dac638bd275f4479..4f133d8656eea787c73b8269fa251b71b11f913c 100644 (file)
@@ -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>