一、检查端口被哪个进程占用
netstat -lnp|grep 88 #88请换为你的apache需要的端口,如:80
查看进程的详细信息
ps 1777
Linux 常用命令记录
原文:https://www.cnblogs.com/liran123/p/10167987.html