MAMP OS X 与 Virtualhostx 内置 Apache 冲突

发布于 2024-10-05 18:14:53 字数 484 浏览 2 评论 0原文

我是一个新手,我在 IMAC 上设置了 Mamp 和 virtualhostx,它工作正常,除非我在 virtualhostx 中重新启动服务器时,它告诉我多个服务器正在运行,并且可能会导致冲突。我可以进入设置并关闭 Apache,但当我使用 virtualhostx 重新启动时它会再次启动。

我使用了 http://seansperte.com/entry/Setting_Up_a_Killer_Local_Web_Development_Environment_on_a_Mac_with_MAMP_an/ 中建议的设置

并设置了我的 Apache和 Mysql 端口分别为 80 和 3306

如何保持内置 Apache 关闭?

I am a newbie and I set up Mamp and virtualhostx on my IMAC and it works fine except when I restart the server in virtualhostx it tells me multiple servers are running and it could cause conflicts. I can go into settings and turn off Apache but it starts again when I restart with virtualhostx.

I used the setup suggested in http://seansperte.com/entry/Setting_Up_a_Killer_Local_Web_Development_Environment_on_a_Mac_with_MAMP_an/

and set my Apache and Mysql ports to to 80 and 3306 respectively

How can I keep the built in Apache turned off?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

無處可尋 2024-10-12 18:14:53
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

来自此来源的答案: http://tosbourn.com/turn -off-the-built-in-apache-on-osx/
并附有解释。为我工作。上面的答案对我来说也不起作用,因为我完全禁用了共享(首先没有勾选任何内容)。

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

Answer from this source: http://tosbourn.com/turn-off-the-built-in-apache-on-osx/
with explanation. Worked for me. The above answer also doesn't work for me because sharing was completely disabled for me (nothing ticked in the first place).

我最亲爱的 2024-10-12 18:14:53

您可以在“系统偏好设置”>“禁用它”分享。取消选中“网络共享”旁边的复选框。

You can disable it in System Preferences > Sharing. Remove the check next to "Web Sharing".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文