如何查看linux系统的web服务器

如题所述

如果有安装web服务那么肯定会开启80端口 所以优先查看服务器是否在监听80端口 netstat -an|grep :80 也可以直接访问ip地址; 举个例子:Apache web服务是否安装的几个检查命令 ps aux |grep http netstat -an|grep :80 rpm -qa |grep http
温馨提示:内容为网友见解,仅供参考
第1个回答  2017-06-16
lsof -i:80
相似回答