Browse Source

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

Mitchell Krog 7 years ago
parent
commit
e5f3b1af72
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>
 #<IfModule mod_authz_core.c>
 
 
-<RequireAll>
+<RequireAny>
  	#<RequireAll>
  	#<RequireAll>
 
 
 	Require all granted
 	Require all granted
@@ -6422,7 +6422,7 @@ Require not ip 54.242.250.203
 
 
 	#</RequireAny>
 	#</RequireAny>
 
 
-</RequireAll>
+</RequireAny>
 #</IfModule>
 #</IfModule>
 
 
 # End of Blacklist --- rest of your server config will continue after this block if you followed my instructions properly.
 # End of Blacklist --- rest of your server config will continue after this block if you followed my instructions properly.