欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Mac OS x 如何查看apache status

程序员文章站 2022-05-16 16:53:23
...
在mac os x系统的终端中,如何查看 apache的运行状态?
centos可以通过 systemctl httpd status 来查看,mac os x中有无类似命令?

回复内容:

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

用这个:

apachectl status

或者:

ps aux | grep httpd