Hi,
We have something like this in every homedir:
I don't now after which LSWS update, but the code above stopped working.
Any chance for repairing that ?
GEOIP module is working and accurate.
We do also log GEOIP CC within ones logs
and I see requests from IPs marked as coming from CC XX/YY/ZZ passing with code 200 although they should be denied.
We have something like this in every homedir:
Code:
cat /home/test/.htaccess
#
RewriteEngine On
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} (XX|YY|ZZ) [NC]
RewriteRule (.*) - [F]
Any chance for repairing that ?
GEOIP module is working and accurate.
We do also log GEOIP CC within ones logs
and I see requests from IPs marked as coming from CC XX/YY/ZZ passing with code 200 although they should be denied.