summaryrefslogtreecommitdiffstats
path: root/network/mod_geoip2/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_geoip2/README')
-rw-r--r--network/mod_geoip2/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/network/mod_geoip2/README b/network/mod_geoip2/README
index 3fed4a8e8d..a0eb079ddb 100644
--- a/network/mod_geoip2/README
+++ b/network/mod_geoip2/README
@@ -3,4 +3,10 @@ that a web request originated from. It uses the GeoIP library and
database to perform the lookup. It is free software, licensed under
the Apache license.
-mod_geoip2 requires the GeoIP C Library API.
+This requires GeoIP.
+
+You will need to add the following line to /etc/httpd/httpd.conf:
+ Include /etc/httpd/mod_geoip.conf
+
+mod_geoip2 can be further configured through the Apache configuration file;
+see the README in the package's documentation directory for details.