Skip to content

Conversation

thijskh
Copy link

@thijskh thijskh commented Apr 23, 2014

The module installs a file geoip.conf in mods-available, which by default
enables GeoIP lookups serverwide; that is, for every request to this server
a GeoIP database lookup will be done.
This is not recommended by MaxMind and also not logical: a server may have
many vhosts and only a small subset of hosts or paths may actually need
the GeoIP information in the request. Therefore, it's much better to
enable it selectively for those vhosts/locations/directories where it
will actually be used.

Also, recommend geoip-database.

thijskh added 2 commits April 23, 2014 17:44
This is not recommended by MaxMind and also not logical: a server may have
many vhosts and only a small subset of hosts or paths may actually need
the GeoIP information in the request. Therefore, it's much better to
enable it selectively for those vhosts/locations/directories where it
will actually be used.
When you install mod-geoip, you likely also want a database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant