Created attachment 222655 [details] Screen of connection state After last update nginx-1.18.0_46,2 to nginx-1.18.0_47,2 daemon crush with message in /var/log/messages: Feb 20 05:45:57 XXX kernel: pid 52006 (nginx), jid 0, uid 80: exited on signal 11 Feb 20 05:45:58 XXX kernel: pid 34355 (nginx), jid 0, uid 80: exited on signal 11 Feb 20 05:45:58 XXX kernel: pid 52064 (nginx), jid 0, uid 80: exited on signal 11 in /var/log/nginx/error.log: 2021/02/20 05:45:57 [alert] 2788#100781: worker process 52006 exited on signal 11 2021/02/20 05:45:58 [alert] 2788#100781: worker process 34355 exited on signal 11 2021/02/20 05:45:58 [alert] 2788#100781: worker process 52064 exited on signal 11 Strange connection behavior (see attachment). Downgrade port solved a problem. # nginx -V nginx version: nginx/1.18.0 built with OpenSSL 1.1.1j 16 Feb 2021 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --user=www --group=www --with-compat --add-module=/usr/home/dl/nginx/work/ngx_cache_purge-23dc16a --modules-path=/usr/local/libexec/nginx --with-file-aio --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx/access.log --with-http_v2_module --with-http_addition_module --with-http_auth_request_module --with-http_flv_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-pcre --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --without-mail_imap_module --without-mail_pop3_module --without-mail_smtp_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --add-dynamic-module=/usr/home/dl/nginx/work/ngx_devel_kit-0.3.1 --add-dynamic-module=/usr/home/dl/nginx/work/ngx_brotli-7fab041 --add-dynamic-module=/usr/home/dl/nginx/work/nchan-1.2.7 --add-dynamic-module=/usr/home/dl/nginx/work/nginx-push-stream-module-0.5.4 --add-dynamic-module=/usr/home/dl/nginx/work/iconv-nginx-module-0.14
3 modules were updated during the last update. Are you using one of them? https://svnweb.freebsd.org/ports/head/www/nginx/Makefile.extmod?r1=565157&r2=565156&pathrev=565157
yes. I`m use ngx_brotli
From the commit: eustas/ngx_brotli was Archived. So switch to google/ngx_brotli So you check your config with google/ngx_brotli?
Yes. When I make nginx from ports (with BROTLI_GH_TUPLE= google:ngx_brotli:9aec15e:brotli in Makefile.extmod) I have a problems.
Created attachment 222692 [details] Screen of connection state
In another server same problem. Problem nginx: # nginx -V nginx version: nginx/1.18.0 built with OpenSSL 1.1.1j 16 Feb 2021 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --user=www --group=www --with-compat --add-module=/usr/ports/www/nginx/work/ngx_cache_purge-23dc16a --modules-path=/usr/local/libexec/nginx --with-file-aio --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx/access.log --with-http_v2_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_random_index_module --with-http_realip_module --with-pcre --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --without-mail_imap_module --without-mail_pop3_module --without-mail_smtp_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-http_image_filter_module=dynamic --with-stream=dynamic --add-dynamic-module=/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1 --add-dynamic-module=/usr/ports/www/nginx/work/ngx_brotli-9aec15e --add-dynamic-module=/usr/ports/www/nginx/work/nchan-1.2.7 --add-dynamic-module=/usr/ports/www/nginx/work/nginx-push-stream-module-0.5.4 --add-dynamic-module=/usr/ports/www/nginx/work/iconv-nginx-module-0.14