发布网友
共1个回答
热心网友
楼下两位的答案只适用于web服务器监听80端口,且WEB服务已经启动
你可以尝试分别输入
nginx
/
tomcat
/
httpd
/
apache
/
lighttpd
命令看看,目前linux主要就这几种WEB服务器
或者尝试whereis
nginx
或者
ps
auxwww
|
grep
nginx
如果是debian
/ubuntu
系统,可以通过
dpkg
-l
|
grep
nginx
...查询是否已经安装
如果是centos
/
redhat
..系统
,可以通过
rpm
-qa|grep
nginx
...查询是否已经安装