geoip.pm

fixing GeoIP for awstats

Monday, October 22, 2007 

https://web.archive.org/web/20101102191506/http://forum.maxmind.com:80/viewtopic.php?t=27 helped, but the real key was hardcoding the database location in geoip.pm line 63: if (! $datafile) { $datafile=”GeoIP.dat”; } to if (! $datafile) { $datafile=”/path/to/GeoIP.dat”; } .

Posted at 10:45:14 GMT-0700

Category: FreeBSDTechnology