Biblioteca de cunoștințe

How to Install mod_geoIP for cPanel

Portal clienți > Biblioteca de cunoștințe > cPanel > 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.

Răspunsul a fost util?
39 utilizatori au considerat informația utilă 127 Voturi

V-ar mai putea interesa și