#### GEOIP KR,EN ACCEPT
<Directory /home/xinet.kr/html>
Options FollowSymLinks MultiViews
AllowOverride FileInfo
Order deny,allow
SetEnvIf GEOIP_COUNTRY_CODE KR AllowCountry
SetEnvIf GEOIP_COUNTRY_CODE US AllowCountry
Deny from all
Allow from env=AllowCountry
</Directory>
한국과 미국만 접속허용
물론 작업전에 geoip 모듈이 등록되어 있어야 한다
<IfModule mod_geoip.c>
GeoIPEnable On
GeoIPDBFile /var/geoip/GeoIP.dat
</IfModule>