Re: GeoIP2 Maxmind Module Support for Nginx

2019-01-22 Thread Karl Johnson
On Mon, Oct 1, 2018 at 4:49 AM anish10dec wrote: > In both the cases , either geoip2 or ip2location we will have to compile > Nginx to support . > > Currently we are using below two RPM's from Nginx Repository > (http://nginx.org/packages/mainline/centos/7/x86_64/RPMS/) >

Re: GeoIP2 Maxmind Module Support for Nginx

2019-01-07 Thread kycedbi
Frank Liu Wrote: --- > nginx doesn't officially support geoip2. You have to use third party > modules like https://github.com/leev/ngx_http_geoip2_module > > On Fri, Sep 21, 2018 at 2:39 PM anish10dec > > wrote: > > > Hi , > > > > As of now we

Re: GeoIP2 Maxmind Module Support for Nginx

2018-10-01 Thread anish10dec
In both the cases , either geoip2 or ip2location we will have to compile Nginx to support . Currently we are using below two RPM's from Nginx Repository (http://nginx.org/packages/mainline/centos/7/x86_64/RPMS/) nginx-1.10.2-1.el7.ngx.x86_64 nginx-module-geoip-1.10.2-1.el7.ngx.x86_64 Is the rpm

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread hostcanada2020
If the GeoIP2 is not working, you can try to install the IP2Locatoin Nginx using the tutorial below. https://www.ip2location.com/tutorials/how-to-use-ip2location-geolocation-with-nginx Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281341,281352#msg-281352

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread Frank Liu
If you click the link in step 4 on the page you mentioned, it goes to the same site in my earlier email. On Fri, Sep 21, 2018 at 3:30 PM wrote: > Am 2018-09-21 17:00, schrieb Frank Liu: > > nginx doesn't officially support geoip2. You have to use third party > > modules like

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread Frank Liu
nginx doesn't officially support geoip2. You have to use third party modules like https://github.com/leev/ngx_http_geoip2_module On Fri, Sep 21, 2018 at 2:39 PM anish10dec wrote: > Hi , > > As of now we are using "nginx-module-geoip-1.10.0-1.el7.ngx.x86_64.rpm" > available at repository >