Browse Source

V3.2017.07.575 [ci skip]

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

+ 9 - 7
globalblacklist.conf

@@ -4,8 +4,8 @@
 
 
 ### Version Information #
 ### Version Information #
 ###################################################
 ###################################################
-### Version: V3.2017.07.574
-### Updated: Sat Jul 29 15:39:43 SAST 2017
+### Version: V3.2017.07.575
+### Updated: Sat Jul 29 15:44:18 SAST 2017
 ### Bad Referrer Count: 5500
 ### Bad Referrer Count: 5500
 ### Bad Bot Count: 504
 ### Bad Bot Count: 504
 ###################################################
 ###################################################
@@ -6328,11 +6328,10 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 	# ********************************************************
 	# ********************************************************
 	# ********************************************************
 	# ********************************************************
 
 
-<RequireAll>
+<RequireAny>
+ 	<RequireAll>
 
 
 	Require all granted
 	Require all granted
-	Require not env bad_bot
-	Require not env spam_ref
 
 
 	# *************************
 	# *************************
 	# Wordpress Theme Detectors
 	# Wordpress Theme Detectors
@@ -6396,6 +6395,10 @@ 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>
 
 
@@ -6511,7 +6514,6 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 
 
 	</RequireAny>
 	</RequireAny>
 
 
-</RequireAll>
-
+</RequireAny>
 
 
 # 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.