Browse Source

V3.2017.07.581 [ci skip]

Travis 7 years ago
parent
commit
3c642a3d26
1 changed files with 7 additions and 9 deletions
  1. 7 9
      globalblacklist.conf

+ 7 - 9
globalblacklist.conf

@@ -4,8 +4,8 @@
 
 
 ### Version Information #
 ### Version Information #
 ###################################################
 ###################################################
-### Version: V3.2017.07.579
-### Updated: Sat Jul 29 17:13:17 SAST 2017
+### Version: V3.2017.07.581
+### Updated: Sat Jul 29 17:23:26 SAST 2017
 ### Bad Referrer Count: 5500
 ### Bad Referrer Count: 5500
 ### Bad Bot Count: 504
 ### Bad Bot Count: 504
 ###################################################
 ###################################################
@@ -6328,10 +6328,11 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 	# ********************************************************
 	# ********************************************************
 	# ********************************************************
 	# ********************************************************
 
 
-<RequireAny>
- 	<RequireAll>
+<RequireAll>
 
 
 	Require all granted
 	Require all granted
+	Require not env bad_bot
+	Require not env spam_ref
 
 
 	# *************************
 	# *************************
 	# Wordpress Theme Detectors
 	# Wordpress Theme Detectors
@@ -6395,10 +6396,6 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
   
   
 	Include "/etc/apache2/custom.d/blacklist-ips.conf"
 	Include "/etc/apache2/custom.d/blacklist-ips.conf"
 
 
-	Require not env bad_bot
-	Require not env spam_ref
-
-	</RequireAll>
 
 
 	<RequireAny>
 	<RequireAny>
 
 
@@ -6514,6 +6511,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 
 
 	</RequireAny>
 	</RequireAny>
 
 
-</RequireAny>
+</RequireAll>
+
 
 
 # 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.