DEV Community

ochieng seth
ochieng seth

Posted on

1 1

Apache won't start

This happened on my mac whenever i would try to start apache with

sudo /Applications/XAMPP/xamppfiles/xampp startapache
Enter fullscreen mode Exit fullscreen mode

the result would be Another web server is already running.

Solution is to stop the built in apache server of OSX with

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
Enter fullscreen mode Exit fullscreen mode


then try to start apache again

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more