Linux 怎么查看判断web服务器安装的是Apache还是Nginx时间:2025-03-17 12:16:16终端输入 curl -I http://127.0.0.1 查看server字段的值就可以知道了. nginx的样子是这样: apache的样子是这样: