Browse Source

Apache 2.4 Tests (6) - Change beginning block <RequireAny> to <RequireAll>

Mitchell Krog 7 years ago
parent
commit
f1bebc584a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      globalblacklist2.conf

+ 2 - 2
globalblacklist2.conf

@@ -6234,7 +6234,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 
 <IfModule mod_authz_core.c>
 
-<RequireAny>
+<RequireAll>
  	<RequireAll>
 
 	Require all denied
@@ -6420,7 +6420,7 @@ Require ip 2c0f:f248::/32
 
 	</RequireAny>
 
-</RequireAny>
+</RequireAll>
 </IfModule>
 
 # End of Blacklist --- rest of your server config will continue after this block if you followed my instructions properly.