mac停止Apache Published on Dec 3, 2020 in mac with 0 comment Mac系统自带Apache,而且是自启动,今天我们要将的是如果停止Apache,并不让它开机自启动 停止Apache: ```bash sudo apachectl -k stop ``` 关闭Apache随系统启动 ```bash sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist ``` 本文由 tutustack 创作,采用 知识共享署名4.0 国际许可协议进行许可本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名