This happened on my mac whenever i would try to start apache with
sudo /Applications/XAMPP/xamppfiles/xampp startapache
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
then try to start apache again
Top comments (0)