Preguntas Frecuentes - FAQ
How to Install mod_geoIP for cPanel
Please do the following steps:
# cd /var/cpanel/easy/apache/custom_opt_mods
# wget http://docs.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-mod_geoip.tar.gz
# tar -xvf custom_opt_mod-mod_geoip.tar.gz
run easy apache. That's all. 
In mod_security create a new rule for China:
# mod_geo deny access by country
SecFilterSelective “ENV_GEOIP_COUNTRY_NAME” “China” “deny,log,status:403″
Note the env variable must start with ENV_ so mod_sec knows where to look for it.