estoy instalando mod_geoIP para cpanel basados en estos instructions (no muy detallado, por lo tanto, esta pregunta)instalación de mod_geoIP ayuda?
En este punto, he instalado el módulo según las instrucciones. También descargué el archivo csv para GeoLite Country. ¿Me estoy perdiendo algo?
supongo que el siguiente paso es crear la entrada en mi archivo .htaccess para los países permiten de este modo:
GeoIPEnable On
GeoIPDBFile /path/to/GeoIPCountryWhois.csv
SetEnvIf GEOIP_COUNTRY_CODE US AllowCountry
SetEnvIf GEOIP_COUNTRY_CODE CA AllowCountry
SetEnvIf GEOIP_COUNTRY_CODE MX AllowCountry
Deny from all
Allow from env=AllowCountry
Cómo se ve que me estoy perdiendo algo? También hay una forma de probar esto?
esto no funciona? –
¿Puedes ver que GEOIP_COUNTRY_CODE esté configurado? Por ejemplo, usando $ _ENV ["GEOIP_COUNTRY_CODE"] es un archivo php. – Gerben