Browse Source

V3.2018.08.855 [ci skip]

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

+ 9 - 9
globalblacklist.conf

@@ -16,8 +16,8 @@
 
 ### Version Information #
 ###################################################
-### Version: V3.2018.08.854
-### Updated: Fri Aug  3 16:23:42 SAST 2018
+### Version: V3.2018.08.855
+### Updated: Fri Aug  3 16:28:07 SAST 2018
 ### Bad Referrer Count: 6338
 ### Bad Bot Count: 529
 ###################################################
@@ -58,7 +58,7 @@
 	#		<Directory /var/www/html>
 	#			AllowOverride All
 	#			Options FollowSymLinks
-    	#     		Include custom.d/globalblacklist.conf
+    	#     		Include /etc/apache2/custom.d/globalblacklist.conf
   	#		</Directory>
 	#	</VirtualHost>
 	# ********************************************************
@@ -699,7 +699,7 @@ BrowserMatchNoCase "^(.*?)(\bZyBorg\b)(.*)$" bad_bot
 	# Include your Own Custom List of Bad User Agents
 	# ***********************************************
 
-Include "custom.d/blacklist-user-agents.conf"
+Include "/etc/apache2/custom.d/blacklist-user-agents.conf"
 
 	# ************************************
 	# GOOD REFERERS - Spared from Checking 
@@ -713,7 +713,7 @@ Include "custom.d/blacklist-user-agents.conf"
   	# Read Comments inside whitelist-domains.conf for customization tips.
   	# Updating the main globalblacklist.conf file will not touch your custom include files
 
-Include "custom.d/whitelist-domains.conf"
+Include "/etc/apache2/custom.d/whitelist-domains.conf"
 
 
 # ****************************************
@@ -783,7 +783,7 @@ Include "custom.d/whitelist-domains.conf"
   	# Read Comments inside bad-referrer-words.conf for customization tips.
   	# Updating the main globalblacklist.conf file will not touch your custom include files
 
-Include "custom.d/bad-referrer-words.conf"
+Include "/etc/apache2/custom.d/bad-referrer-words.conf"
 
 	# ************************
 	# Bad Referer Domain Names
@@ -7198,7 +7198,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
 	#		<Directory /var/www/html>
 	#			AllowOverride All
 	#			Options FollowSymLinks
-    #     		Include custom.d/globalblacklist.conf
+    #     		Include /etc/apache2/custom.d/globalblacklist.conf
   	#		</Directory>
 	#	</VirtualHost>
 	# ********************************************************
@@ -7276,7 +7276,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
   	# Read Comments inside blacklist-ips.conf for customization tips.
   	# Updating the main globalblacklist.conf file will not touch your custom include files
   
-	Include "custom.d/blacklist-ips.conf"
+	Include "/etc/apache2/custom.d/blacklist-ips.conf"
 
 	Require not env bad_bot
 	Require not env spam_ref
@@ -7302,7 +7302,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
   	# Read Comments inside whitelist-ips.conf for customization tips.
   	# Updating the main globalblacklist.conf file will not touch your custom include files
 
-	Include "custom.d/whitelist-ips.conf"
+	Include "/etc/apache2/custom.d/whitelist-ips.conf"
 
 	# ***********
 	# Google Bots