Linuxでnginxのバージョンを確認する方法

王林
リリース: 2023-05-19 23:31:04
転載
14068 人が閲覧しました

Linuxでnginxのバージョンを確認する方法

#1. サーバーにインストールされている nginx のバージョン番号は、主に nginx の -v または -V オプションで確認します。確認方法は下図の通りです

-v nginx のバージョンを表示します。

-V は、nginx のバージョン、コンパイラのバージョン、構成パラメータを表示します

[root@zq ~]

#nginx -V

nginx バージョン: nginx/1.16.1

gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)

でビルド、OpenSSL 1.0.2k- fips 2017 年 1 月 26 日

TLS SNI サポートが有効になりました

引数を設定します: –prefix=/etc/nginx –sbin-path=/usr/sbin/nginx –modules-path =/ usr/lib64/nginx/modules –conf-path=/etc/nginx/nginx.conf –error-log-path=/var/log/nginx/error.log –http-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/キャッシュ/nginx/client_temp –http-proxy-temp-path=/var/cache/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 &ndash ;スレッド付き –http_addition_module 付き –http_auth_request_module 付き –http_dav_module 付き –http_flv_module 付き –http_gunzip_module 付き –http_gzip_static_module 付き –http_mp4_module 付き –http_random_index_module 付き –http 付き_realip_module & ndash; with-http_secure_link_module– with-http_slice_module– with-http_ssl_modale– with-httt p_stub_status_module– with http_sub&ndash with-mail_mal_module&ndash ; With-Stream & NDASH; with-stream_realip_module –with-stream_ssl_module –with-stream_ssl_preread_module –with-cc-opt=’-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fExceptions -fstack-プロテクター-強力 –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC’ –with-ld-opt=’-Wl,-z,relro -Wl,- z,now -pie’

2. rpm -qa | grep nginx を使用して、nginx のバージョンを確認します

[root@zq ~]

#rpm - qa | grep nginx

nginx-1.16.1-1.el7.ngx.x86_64

3.curl -i 127.0.0.1 を使用します。

[root @zq ~]

#curl -i 127.0.0.1

HTTP/1.1 200 OK

サーバー: nginx/1.16.1

Date: Thu, 20 Feb 2020 01:56:15 GMT

Content-Type: text/html

Content-Length: 612

Last-Modified: 火曜日, 13 Aug 2019 15:04:31 GMT

接続: keep-alive

ETag: “5d52d17f-264”

Accept-Ranges: bytes

#nginx へようこそ!

body {

幅: 35em;

マージン: 0 自動;

フォントファミリー: Tahoma、Verdana、Arial、sans-serif;

}

##nginx へようこそ!

作業中。さらに構成が必要です。 .

商用サポートは、

からご利用いただけます。

以上がLinuxでnginxのバージョンを確認する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

関連ラベル:
ソース:yisu.com
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!