slackbuilds/network/mod_geoip2
Robby Workman b59d7ba6b6 network/mod_geoip2: Install config file to /etc/httpd/extra/
(instead of /etc/httpd/ toplevel directory)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-02-28 09:42:02 -06:00
..
README network/mod_geoip2: Install config file to /etc/httpd/extra/ 2011-02-28 09:42:02 -06:00
doinst.sh network/mod_geoip2: Fixed postinstall script 2011-02-06 18:11:40 -06:00
mod_geoip.conf network/mod_geoip2: Updated for version 1.2.5 2010-05-13 00:37:15 +02:00
mod_geoip2.SlackBuild network/mod_geoip2: Install config file to /etc/httpd/extra/ 2011-02-28 09:42:02 -06:00
mod_geoip2.info network: nitpicks on ordering of .info files 2010-05-18 00:29:17 -05:00
slack-desc network/mod_geoip2: Added to 12.2 repository 2010-05-12 23:32:26 +02:00

README

mod_geoip2 is an Apache 2.x module for finding the country and city
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. 

This requires GeoIP.

You will need to add the following line to /etc/httpd/httpd.conf:
  Include /etc/httpd/extra/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.