Commit b94ffcb1 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 7027d799
......@@ -5,12 +5,7 @@
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>
......
......@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<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>
......@@ -360,12 +355,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>
......@@ -379,12 +369,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>
......@@ -404,14 +389,8 @@ EOT
# Deny from all
# </IfVersion>
# <IfVersion >= 2.4>
# <IfModule mod_perl.c>
# Allow from 127.0.0.1/24
# Deny from all
# </IfModule>
# <IfModule !mod_perl.c>
# Require ip 127.0.0.1/24
# Require all denied
# </IfModule>
# Require ip 127.0.0.1/24
# Require all denied
# </IfVersion>
# </IfModule>
# <IfModule !mod_version.c>
......@@ -427,12 +406,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>
......@@ -446,12 +420,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>
......@@ -468,12 +437,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>
......@@ -487,12 +451,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>
......
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