Commit 9177ade4 authored by Frédéric Buclin's avatar Frédéric Buclin

Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790

a=dkl on IRC
parent 3dbd99b2
...@@ -5,12 +5,7 @@ ...@@ -5,12 +5,7 @@
Deny from all Deny from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
......
...@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<EOT; ...@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<EOT;
Deny from all Deny from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
...@@ -359,12 +354,7 @@ EOT ...@@ -359,12 +354,7 @@ EOT
Allow from all Allow from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all granted
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
...@@ -378,12 +368,7 @@ EOT ...@@ -378,12 +368,7 @@ EOT
Deny from all Deny from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
...@@ -403,14 +388,8 @@ EOT ...@@ -403,14 +388,8 @@ EOT
Deny from all Deny from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require ip 192.20.225.0/24
Allow from 192.20.225.0/24 Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require ip 192.20.225.0/24
Require all denied
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
...@@ -426,12 +405,7 @@ EOT ...@@ -426,12 +405,7 @@ EOT
Allow from all Allow from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all granted
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
...@@ -445,12 +419,7 @@ EOT ...@@ -445,12 +419,7 @@ EOT
Deny from all Deny from all
</IfVersion> </IfVersion>
<IfVersion >= 2.4> <IfVersion >= 2.4>
<IfModule mod_perl.c> Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion> </IfVersion>
</IfModule> </IfModule>
<IfModule !mod_version.c> <IfModule !mod_version.c>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment