|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
### 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 Bot Count: 498
|
|
|
###################################################
|
|
@@ -6229,10 +6229,12 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
|
|
|
# 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
|
|
|
|
|
|
-<RequireAny>
|
|
|
- <RequireAll>
|
|
|
+<RequireAll>
|
|
|
+ #<RequireAll>
|
|
|
|
|
|
Require all granted
|
|
|
+ Require not env bad_bot
|
|
|
+ Require not env spam_ref
|
|
|
|
|
|
# *************************
|
|
|
# Wordpress Theme Detectors
|
|
@@ -6296,10 +6298,8 @@ Require not ip 54.242.250.203
|
|
|
|
|
|
Include "/etc/apache2/custom.d/blacklist-ips.conf"
|
|
|
|
|
|
- Require not env bad_bot
|
|
|
- Require not env spam_ref
|
|
|
|
|
|
- </RequireAll>
|
|
|
+ #</RequireAll>
|
|
|
|
|
|
<RequireAny>
|
|
|
|
|
@@ -6415,7 +6415,7 @@ Require ip 2c0f:f248::/32
|
|
|
|
|
|
</RequireAny>
|
|
|
|
|
|
-</RequireAny>
|
|
|
+</RequireAll>
|
|
|
|
|
|
|
|
|
# End of Blacklist --- rest of your server config will continue after this block if you followed my instructions properly.
|