diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-02 15:47:43 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-02 15:47:43 +0000 |
commit | fafdc13474af197cc988f120ff1cc9a4cbf97d9c (patch) | |
tree | be0a5daab4695b5f0cd34ce32f83372ed320993c /www/Makefile | |
parent | - Update to 2.77 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=143992
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 |