Two GeoIP databases on one server?
- by jack
I have been using GeoIP Lite for visitor ip address to country mapping for a while. The binary data file is at /usr/share/GeoIP/GeoIP.dat
Now I just bought a GeoIP Organization license which comes with another binary file with same name of "GeoIP.dat"
Where can I put this new "GeoIP.dat" and how can I make both databases accessible to python-geoip library on one server?