Hi,
i'm trying to get this to work with the current NginX package 1.4.0 from dotdeb.org (using --with-ipv6) on a debian squeeze system. When downloading the GeoIP ipv6 binary from:
http://dev.maxmind.com/geoip/geolite
and changing:
geoip_country /etc/nginx/GeoIP.dat;
to:
geoip_country /etc/nginx/GeoIPv6.dat;
in my nginx.conf i'm getting this message after reload:
nginx: [emerg] invalid GeoIP database "/etc/nginx/GeoIPv6.dat" type:12 in /etc/nginx/nginx.conf:47
Any hints what's wrong here? Thanks in advance for a reply.
i'm trying to get this to work with the current NginX package 1.4.0 from dotdeb.org (using --with-ipv6) on a debian squeeze system. When downloading the GeoIP ipv6 binary from:
http://dev.maxmind.com/geoip/geolite
and changing:
geoip_country /etc/nginx/GeoIP.dat;
to:
geoip_country /etc/nginx/GeoIPv6.dat;
in my nginx.conf i'm getting this message after reload:
nginx: [emerg] invalid GeoIP database "/etc/nginx/GeoIPv6.dat" type:12 in /etc/nginx/nginx.conf:47
Any hints what's wrong here? Thanks in advance for a reply.