NGINX 7.7 не работает с этой строкой load_module /usr/lib64/nginx/modules/ngx_stream_module.so; в nginx .conf - PullRequest
0 голосов
/ 26 мая 2020

e обновили centos до 7.7 и nginx больше не работает. Это работает, если строка ниже закомментирована в nginx .conf

load_module /usr/lib64/nginx/modules/ngx_stream_module.so; Это результат для версии nginx -V nginx: nginx / 1.16.0 построен с помощью g cc 4.8.5 20150623 (Red Hat 4.8.5-36) (G CC) построен с OpenSSL 1.0. 2k-fips 26 января 2017 г. Поддержка TLS SNI включила аргументы конфигурации: --prefix = / etc / nginx --sbin-path = / usr / sbin / nginx --modules-path = / usr / lib64 / nginx / модули --conf-path = / etc / nginx / nginx .conf --error-log-path = / var / log / nginx / error.log --ht tp-log-path = / var / log / nginx /access.log --pid-path = / var / run / nginx .pid --lock-path = / var / run / nginx .lock --http-client-body-temp-path = / var / cache / nginx / client_temp --http-proxy-temp-path = / var / ca c he / nginx / proxy_temp --http-fastcgi-temp-path = / var / cache / nginx / fastcgi_temp --http- uwsgi-temp-path = / var / cache / nginx / uwsgi_temp --http-scgi-temp-path = / var / cache / nginx / scgi_temp --user = nginx - -group = nginx --with- compat --with-file-aio --with-thread --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with- http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_modu le --with-http_stub_status_module --with-http_with-mail_module - http_with-mail_module - http_with-mail_module - -mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-s tream_ssl_preread_module --with- cc -opt = '- O2 -g -pipe -Wall -Wp, -D_FORTIFY_SOURCE = 2 - fexceptions -fstack-protector-strong --param = ssp-buffer-size = 4 -grecord-g cc -switches -m64 -mtune = generi c -fPI C '--with-ld-opt = '-Wl, -z, relro -Wl, -z, now -p ie'

ngx_stream_module. Поэтому существует по этому пути / usr / lib64 / nginx / modules На другом сервере версия centos 7.6, и он отлично работает, если мы не комментируем строку load_module /usr/lib64/nginx/modules/ngx_stream_module.so; nginx -V вывод этого сервера имеет эту строку --with-stream = Dynami c Кто-нибудь, пожалуйста, дайте мне знать, почему это происходит?

...