diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-24 20:37:55 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-24 20:37:55 +0000 |
commit | 374a90f9fb7e453b65666709796869e54b5b7820 (patch) | |
tree | f774a8a74be5bfe65adf7de8265c7daccaa2e6b4 /www/mod_geoip/pkg-descr | |
parent | 148b6b5731a76a922505bd013a35afd5e6a4c415 (diff) |
Add port mod_geoip.
Port returns the country code of the IP address of the client making the
request in either an Apache note or in an environment variable. This
port does not use reverse DNS to determine the country of the IP address.
Notes
Notes:
svn path=/head/; revision=73948
Diffstat (limited to 'www/mod_geoip/pkg-descr')
-rw-r--r-- | www/mod_geoip/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_geoip/pkg-descr b/www/mod_geoip/pkg-descr new file mode 100644 index 000000000000..f3e8285e67cf --- /dev/null +++ b/www/mod_geoip/pkg-descr @@ -0,0 +1,4 @@ +mod_geoip is an Apache 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 |