summaryrefslogtreecommitdiffstats
path: root/network/mod_geoip2/README
diff options
context:
space:
mode:
author Zordrak2010-05-13 00:37:15 +0200
committer Robby Workman2010-05-13 00:37:15 +0200
commit8900f695e50fd4af41fc9cfbdbf821ee8a2b29ef (patch)
tree86c25082e59d5f51799d94dbce5fc2fe265adf4a /network/mod_geoip2/README
parentc34de5f8e296453fae11aac9af5f9c26920ffd6a (diff)
downloadslackbuilds-8900f695e50fd4af41fc9cfbdbf821ee8a2b29ef.tar.gz
network/mod_geoip2: Updated for version 1.2.5
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.