无法启用 geoip 阻止 nginx - [emerg] 未知指令“geoip_country”

Posted

技术标签:

【中文标题】无法启用 geoip 阻止 nginx - [emerg] 未知指令“geoip_country”【英文标题】:Can't enable geoip blocking nginx - [emerg] unknown directive "geoip_country" 【发布时间】:2021-05-12 09:42:42 【问题描述】:

我正在尝试在 nginx 上启用 geoIP 阻止,但出现错误。 我已经在其他 VPS 上使用它没有问题

/etc/nginx/sites-enabled # nginx -V
nginx version: nginx/1.10.3
built with OpenSSL 1.1.0l  10 Sep 2019
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-GAwZrH/nginx-1.10.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-mail=dynamic --with-mail_ssl_module --add-dynamic-module=/build/nginx-GAwZrH/nginx-1.10.3/debian/modules/nginx-auth-pam --add-dynamic-module=/build/nginx-GAwZrH/nginx-1.10.3/debian/modules/nginx-dav-ext-module --add-dynamic-module=/build/nginx-GAwZrH/nginx-1.10.3/debian/modules/nginx-echo --add-dynamic-module=/build/nginx-GAwZrH/nginx-1.10.3/debian/modules/nginx-upstream-fair --add-dynamic-module=/build/nginx-GAwZrH/nginx-1.10.3/debian/modules/ngx_http_substitutions_filter_module

nginx.conf 规则

http 

    ##
    # Basic Settings
    ##

    sendfile on;
    tcp_nopush on;
    tcp_nodelay on;
    keepalive_timeout 65;
    types_hash_max_size 2048;
    # server_tokens off;

    # server_names_hash_bucket_size 64;
    # server_name_in_redirect off;

    ##
    # GeoBlock
    ##
    geoip_country /usr/share/GeoIP/GeoIP.dat;
    map $geoip_country_code $allowed_country 
            default yes;
            #RU no;
            CN no;
            KOR no;
    

模块 geoip 已启用

/etc/nginx/sites-enabled # find /etc/ -name '*geoip.conf*'
/etc/nginx/modules-enabled/50-mod-http-geoip.conf

nginx-完整安装

/etc/nginx/sites-enabled # nginx -t
nginx: [emerg] unknown directive "geoip_country" in /etc/nginx/nginx.conf:30
nginx: configuration file /etc/nginx/nginx.conf test failed

【问题讨论】:

geoip_country 指令位于哪个块中? 进入“http”我已经更新了答案 【参考方案1】:

你的nginx -V--with-http_geoip_module=dynamic

那么你的load_module 指令在哪里?

【讨论】:

emm no :) 使用 include /etc/nginx/modules-enabled/*.conf 启用的模块;现在可以了,谢谢

以上是关于无法启用 geoip 阻止 nginx - [emerg] 未知指令“geoip_country”的主要内容,如果未能解决你的问题,请参考以下文章

如何授予对 nGinx 中 GeoIP [国家] 阻止的特定 IP 地址的访问权限?

NGINX 按国家阻止并排除机器人

在 nGinx 中检查 GeoIP 不起作用

Django 无法检测到来自 nginx 的 GeoIP 数据

无法下载 GeoIP 数据 - Nginx >> GeoIP - 404 错误 - 正在解决 geolite.maxmind.com (geolite.maxmind.com)

解决SELinux阻止Nginx访问服务