====== Geo IP Help Page ====== ==== mod_geoip Installation ==== Get c library from maxmind.com compile it and install it. [[http://www.maxmind.com/download/geoip/api/mod_geoip | downlaod c library from]] [[http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz | download geoip database]] save geoip database at - /srv/www/htdocs/.geoip/GeoIP.dat Get mod_GeoIP from maxmid.com install it using following command /srv/www/bin/apxs -i -a -L /usr/local/lib -I /usr/local/include -lGeoIP -c mod_geoip.c add following line to your config GeoIPEnable On GeoIPDBFile /srv/www/htdocs/.geoip/GeoIP.dat restart apache.