Browse Source

V3.2017.07.519 [ci skip]

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

+ 8 - 8
globalblacklist.conf

@@ -4,8 +4,8 @@
 
 
 ### Version Information #
 ### Version Information #
 ###################################################
 ###################################################
-### Version: V3.2017.07.518
-### Updated: Sat Jul 22 12:40:58 SAST 2017
+### Version: V3.2017.07.519
+### Updated: Sat Jul 22 12:48:40 SAST 2017
 ### Bad Referrer Count: 5436
 ### Bad Referrer Count: 5436
 ### Bad Bot Count: 498
 ### Bad Bot Count: 498
 ###################################################
 ###################################################
@@ -6229,10 +6229,12 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 	# NOW ACTIVATE OUR ACCESS CONTROLS USING NEW APACHE 2.4 SYNTAX
 	# NOW ACTIVATE OUR ACCESS CONTROLS USING NEW APACHE 2.4 SYNTAX
 	# Remember to de-activate the module access_compat by running sudo a2dismod access_compat
 	# Remember to de-activate the module access_compat by running sudo a2dismod access_compat
 
 
-<RequireAny>
- 	<RequireAll>
+<RequireAll>
+ 	#<RequireAll>
 
 
 	Require all granted
 	Require all granted
+	Require not env bad_bot
+	Require not env spam_ref
 
 
 	# *************************
 	# *************************
 	# Wordpress Theme Detectors
 	# Wordpress Theme Detectors
@@ -6296,10 +6298,8 @@ Require not ip 54.242.250.203
   
   
 	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>
+	#</RequireAll>
 
 
 	<RequireAny>
 	<RequireAny>
 
 
@@ -6415,7 +6415,7 @@ Require ip 2c0f:f248::/32
 
 
 	</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.