• 2019-08-06
查看是否启动了apache

查看是否启动了apache的方法:首先要知道apache的端口,如80端口;然后通过命令“netstat -an | grep :80”来查看端口是否被开启和监听,如果被监听则表示启动了apache。...

11