Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我启动它时,我在 OS X Mavericks 中使用 Mamp Pro 时出现错误提示内置 apache 处于活动状态,这可能会导致与您的至少一个虚拟主机发生端口冲突。
我应该怎么办?
打开终端,并使用这些命令:
$ sudo apachectl stop
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
如果需要,重新启动您的 Mac。