Welcome! Log In Create A New Profile

Advanced

Re: Maxmind GeoIP City Module

All files from this thread

File Name File Size   Posted by Date  
patch.geoip_region_name.txt 711 bytes open | download Igor Sysoev 08/03/2010 Read message
July 16, 2009 08:37AM
On Tue, Jul 07, 2009 at 12:51:41PM +0100, Phillip Oldham wrote:

> We're in need of a GeoIP module which works with the current development
> branch of nginx and can resolve an IP to City-level using Maxmind's
> GeoIP Database (the .dat files). We use nginx extensively but don't have
> experience in C to develop such a module in-house. Are there any module
> developers on the list who would be interested in such a project?
>
> We're flexible regarding the funding of development for such a module,
> and also flexible on whether the finshed module is open-sourced and
> released back to the community.
>
> If anyone is interested please feel free to mail me off-list with any
> thoughts/costs/etc.

The module is in the attached patch.

./configure ---with-http_geoip_module

nginx.conf:

http {

geoip_country path/to/GeoIP.dat;
geoip_city path/to/GeoLiteCity.dat;


You may use only one base or both bases.

Varaibles available with geoip_country base:

$geoip_country_code
$geoip_country_code3
$geoip_country_name

Varaibles available with geoip_city base:

$geoip_city_country_code
$geoip_city_country_code3
$geoip_city_country_name
$geoip_region
$geoip_city
$geoip_postal_code


--
Igor Sysoev
http://sysoev.ru/en/
Subject Author Posted

Maxmind GeoIP City Module

Phillip Oldham July 07, 2009 07:51AM

Re: Maxmind GeoIP City Module

Igor Sysoev July 16, 2009 08:37AM

Re: Maxmind GeoIP City Module

Jim Ohlstein July 18, 2009 12:53AM

Re: Maxmind GeoIP City Module

Igor Sysoev July 18, 2009 03:26AM

Re: Maxmind GeoIP City Module

Jim Ohlstein July 18, 2009 11:29AM

Re: Maxmind GeoIP City Module

Igor Sysoev July 19, 2009 07:28AM

Re: Maxmind GeoIP City Module

Systems Maintenance July 20, 2009 05:58AM

Re: Maxmind GeoIP City Module

Phillip Oldham July 21, 2009 04:01AM

Re: Maxmind GeoIP City Module

KyleChristensen July 31, 2010 01:11PM

Re: Maxmind GeoIP City Module

Igor Sysoev August 03, 2010 10:28AM

Re: Maxmind GeoIP City Module

KyleChristensen August 03, 2010 10:34AM

Re: Maxmind GeoIP City Module

KyleChristensen August 03, 2010 01:06PM

Re: Maxmind GeoIP City Module

Igor Sysoev August 03, 2010 11:10AM

Re: Maxmind GeoIP City Module Attachments

Igor Sysoev August 03, 2010 01:52PM

Re: Maxmind GeoIP City Module

KyleChristensen August 03, 2010 02:05PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 225
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready