slackbuilds_ponce/network/mod_geoip2
dsomero e821e5f6f8 network/mod_geoip2: Handle .new files correctly.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-03-24 19:23:16 -05:00
..
doinst.sh network/mod_geoip2: Handle .new files correctly. 2011-03-24 19:23:16 -05:00
mod_geoip.conf
mod_geoip2.info
mod_geoip2.SlackBuild network/mod_geoip2: Install config file to /etc/httpd/extra/ 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
slack-desc

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.