From 22cb72cda882d117c2ec87cfe4ef020ec5e68867 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 29 May 2026 20:39:21 +0000 Subject: [PATCH] Use 'GeoIP'/'GeoLite' branding in documentation and prose MaxMind no longer ships the legacy products, so refer to the products as 'GeoIP' and 'GeoLite' rather than 'GeoIP2'/'GeoLite2' in prose. Technical identifiers (tool/binary names, edition IDs, filenames, env vars, URLs) are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bb8a90..4100b0c 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ somewhere in your config, such as `LoadModule maxminddb_module ## Usage ## To use this module, you must first download or create a MaxMind DB file. We -provide [free GeoLite2 databases](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en) -as well as [commercial GeoIP2 databases](https://www.maxmind.com/en/geoip2-databases). +provide [free GeoLite databases](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en) +as well as [commercial GeoIP databases](https://www.maxmind.com/en/geoip2-databases). After installing this module and obtaining a database, you must now set up the module in your Apache configuration file (e.g., `/etc/apache2/apache2.conf`)