如何查看 Nginx 是否已启动?
要查看 Nginx 是否已启动,请按照以下步骤操作:
使用 systemctl 命令
在终端中运行以下命令:
systemctl status <a style="color:#f60; text-decoration:underline;" href="https://www.php.cn/zt/16000.html" target="_blank">nginx</a>输出解释:
如果 Nginx 正在运行,输出将显示 "Active: active (running)"。 如果 Nginx 未运行,输出将显示 "Active: inactive (dead)"。使用 nginx -t 命令
在终端中运行以下命令:
nginx -t输出解释:
如果 Nginx 配置正确并正在运行,输出将显示 "the configuration file /etc/nginx/nginx.conf syntax is ok"。 如果 Nginx 配置出现问题,输出将显示错误消息。使用 netstat 命令
在终端中运行以下命令:
netstat -plnt | grep nginx输出解释:
如果 Nginx 正在监听端口 80,输出将显示 "tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN"。 如果 Nginx 未在端口 80 上监听,则输出将为空。以上就是怎么看nginx是否启动的详细内容,更多请关注知识资源分享宝库其它相关文章!
版权声明
本站内容来源于互联网搬运,
仅限用于小范围内传播学习,请在下载后24小时内删除,
如果有侵权内容、不妥之处,请第一时间联系我们删除。敬请谅解!
E-mail:dpw1001@163.com
发表评论