首頁  >  文章  >  後端開發  >  Mac OS x 如何查看apache status

Mac OS x 如何查看apache status

WBOY
WBOY原創
2016-06-06 20:34:382346瀏覽

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

回复内容:

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

用这个:

<code>apachectl status
</code>

或者:

<code>ps aux | grep httpd
</code>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn