Browse Source

iQFLBAABCAA1FiEEzdc6C8U0Fd1W9WC36h3SEMrMxF4FAltoN+sXHG1pdGNoZWxs
a3JvZ0BnbWFpbC5jb20ACgkQ6h3SEMrMxF5tkQf/U8gzRVzFFtLkE6gmUjbgl4Cu
8Cw4UWIh6v1r+PfUBq5zDV1CpfRwk/UOCBosn7osK9jaUS44VRQZtcX0TpzjSVVC
5AXMp5+Hlvpp20PAAfv4qabradfs51pYOeymvCzQmdDrpn8sxSHOYvtuRvwstMNQ
hGllkbbOKiVEYYs84rDwusRlK8swla/E4yZh+LTwaTa0TIPGYEe3dtcJCagKiXYX
gF/M/EMoJezP50LKAttG57UtGm+pWZayN2yCuOBDmrq5VJRtloFkAVtytAGw+DgG
86YYbO1qurLiERXAdX5ezRfx951sIdcyST8xjxadVf4Fs7Gto6rJ4eBoVce5WA==
=zy9E
-----END PGP SIGNATURE-----

Test fixes to Apache 2.4 Version

Mitchell Krog 6 years ago
parent
commit
14c211c2d8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      whitelist-domains.conf
  2. 1 1
      whitelist-ips.conf

+ 2 - 2
whitelist-domains.conf

@@ -21,5 +21,5 @@
 # For example myfirstowndomainname.com should be entered as myfirstowndomainname\.com
 # and my-second-owndomainname.com should be entered as my\-second\-owndomainname\.com
 
-SetEnvIfNoCase Referer "~*yourdomain\.com" good_ref
-SetEnvIfNoCase Referer "~*your\-domain\.com" good_ref
+SetEnvIfNoCase Referer ~*yourdomain\.com good_ref
+SetEnvIfNoCase Referer ~*your\-domain\.com good_ref

+ 1 - 1
whitelist-ips.conf

@@ -12,4 +12,4 @@
 #                                                                            #
 ##############################################################################
 
-Require ip 127.0.0.1
+#Require ip 192.168.1.0 < Your own IP's will go here avoid using 127.0.0.1 to avoid breaking the Blocker