V
V
VN2021-11-17 14:49:03
Nginx
VN, 2021-11-17 14:49:03

How to warm up nginx version output?

Actually the question is very simple

. You need to find the installed module --with-compat.
The nginx -V command gives not very convenient output for searching.

nginx/1.21.4
built with OpenSSL 1.1.1f  31 Mar 2020
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-9JOsze/nginx-1.21.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' --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-compat --with-debug --with-pcre-jit --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_gunzip_module --with-http_gzip_static_module --with-http_sub_module


I try to grep to find the right line
nginx -V | grep compat
, the output is the same

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
paran0id, 2021-11-17
@kavabangaungava

nginx -V 2>&1 | grep compat
The matter is that nginx throws out the version in stderr.
https://trac.nginx.org/nginx/ticket/592

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question