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

All MAMP discussions around troubleshooting and anything related to MAMP. Be as detailed as possible here when posting an issue.
Post Reply
mampsupportmod
Site Admin
Posts: 156
Joined: Wed Jan 20, 2021 3:06 am

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

Post 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
MAMP Support Forums is an unofficial support forum covering MAMP & MAMP Pro solution stacks.
Post Reply