Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mamp Error in OS X Mavericks

I'm using Mamp Pro in OS X Mavericks when I start it I get error saying The built in apache is active which can cause a port conflict with at least one of your virtual host.

What should I do?

like image 627
rahmat Avatar asked Oct 25 '13 06:10

rahmat


1 Answers

Open terminal, and use those command:

$ sudo apachectl stop

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

Restart your Mac if needed.

like image 135
rahmat Avatar answered Sep 20 '22 16:09

rahmat