Page 1 of 1

Something starting another httpd processing owned by _www (macOS) prevents Apache starting

Posted: Wed Jan 20, 2021 3:45 am
by mampsupportmod
Somehow the built-in version of macOS Apache was starting on boot which was conflicting with MAMP's Apache (specifically, the ports each Apache process was running on). I had to manually unload Mac's built-in Apache:

Code: Select all

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