mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
b59d7ba6b6
(instead of /etc/httpd/ toplevel directory) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
502 B
Text
12 lines
502 B
Text
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.
|