Closed (outdated)
Project:
GeoIP API
Version:
6.x-1.x-dev
Component:
GeoIP Language
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2011 at 06:36 UTC
Updated:
15 Nov 2018 at 13:45 UTC
Jump to comment: Most recent
Comments
Comment #1
virtuali1151 commentedI have them installed in the following dir:
/usr/local/share/GeoIP/GeoIP.dat and GeoLiteCity.dat
Comment #2
drewish commentedYou sure the webserver can read from that path? It might be limited to files inside the doc root. You could use devel module to try running something like:
If the first line reports false that would indicate that the webserver either cannot open the file or the path is wrong. If the second line doesn't spew a bunch of crap that would definitely indicate that there's a problem.
Comment #3
bojanz commented