gpt4 book ai didi

nginx - 找到nginx版本了吗?

转载 作者:行者123 更新时间:2023-12-03 05:38:53 27 4
gpt4 key购买 nike

我已经按照以下步骤在 Debian 7 上安装了 nginx

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx
sudo service nginx start

我已经确认这通过从浏览器访问hostip来启动nginx。如何查看nginx的版本?

nginx -v 失败,并出现“command not find”错误

我验证了 nginx 存在于 usr/sbin 目录中,并且该目录已添加到 $PATH 变量

最佳答案

看来你的nginx没有安装正确。注意安装命令的输出:

sudo apt-get install nginx

要检查nginx版本,可以使用以下命令:

$ nginx -v
nginx version: nginx/0.8.54

$ nginx -V
nginx version: nginx/0.8.54
TLS SNI support enabled
configure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module --add-module=/build/buildd/nginx-0.8.54/debian/modules/nginx-upstream-fair

欲了解更多信息: http://nginxlibrary.com/check-nginx-version/

您可以使用-v参数仅显示Nginx版本,也可以使用-V参数显示版本以及编译器版本和配置参数。

关于nginx - 找到nginx版本了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34187178/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com