gpt4 book ai didi

nginx - 验证 nginx 是否正在运行

转载 作者:行者123 更新时间:2023-12-04 16:48:23 24 4
gpt4 key购买 nike

如果 nginx init.d 脚本不采用状态选项(如 Apache)——我怎么可能知道它是否正在运行?我可以验证 nginx 进程是否存在,但它并不能说明什么。

最佳答案

除了检查进程是否存在,你总是可以检查netstat -tulpn | grep nginx

 # netstat -tulpn | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4158/nginx.conf

关于nginx - 验证 nginx 是否正在运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33849062/

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