systemctl status nginx

lsof -i :80
![]()
system start httpd
可以启动httpd
但是 :
systemctl stop httpd
![]()
执行:systemctl stop httpd.socket
然后:
lsof -i :80
已无80端口占用
重启 nginx 成功
systemctl status nginx

lsof -i :80
![]()
system start httpd
可以启动httpd
但是 :
systemctl stop httpd
![]()
执行:systemctl stop httpd.socket
然后:
lsof -i :80
已无80端口占用
重启 nginx 成功
1585
450
1483
9506

被折叠的 条评论
为什么被折叠?