Mac OS x 如何查看apache status


在mac os x系统的终端中,如何查看 apache的运行状态?
centos可以通过 systemctl httpd status 来查看,mac os x中有无类似命令?

apache php mysql macosx

密纳瓦的猫头鹰 9 years, 11 months ago

用这个:


 apachectl status

或者:


 ps aux | grep httpd

dxq52 answered 9 years, 11 months ago

Your Answer