diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-02 23:47:43 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-02 23:47:43 +0800 |
commit | 4d738b2ec5440c3724f7e5c8bb6d35945de1aa73 (patch) | |
tree | 6afd021ffe3fe364d4d78e2ace0fadecb514c531 /www/Makefile | |
parent | b89dba1ba4a6c7b74bd7d2985e7bc99b8382d9c4 (diff) | |
download | freebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.tar.gz freebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.tar.zst freebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.zip |
Add mod_geoip2.
mod_geoip2 is an Apache2 module that looks up the country code for the
IP address making the request without using reverse DNS.
WWW: http://www.maxmind.com/app/mod_geoip
PR: ports/86777
Submitted by: Jukka A. Ukkonen <jau@iki.fi>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 48004c971073..20dcd7effc51 100644 --- a/www/Makefile +++ b/www/Makefile @@ -301,6 +301,7 @@ SUBDIR += mod_frontpage2-rtr SUBDIR += mod_frontpage-rtr SUBDIR += mod_geoip + SUBDIR += mod_geoip2 SUBDIR += mod_gzip SUBDIR += mod_hosts_access SUBDIR += mod_index_rss |