Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not enable GeoIP serverwide by default + recommend geoip-database #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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