Способ №1
cd /Library/LaunchDaemons
mv com.edb.launchd.apache.plist com.edb.launchd.apache.plist.bak
Способ №2
--
How to remove autostart of apache on macosx
PostgreSQL autostart on Mac OS X
Disable Postgres Apache Server on osx
Start and stop Apache from the dock Internet
cd /Library/LaunchDaemons
mv com.edb.launchd.apache.plist com.edb.launchd.apache.plist.bak
cd /Library/LaunchDaemons
sudo nano com.edb.launchd.apache.plist
Поменять с:
<key>RunAtLoad</key>
<true/>
на:
<key>RunAtLoad</key>
<false/>
Ctrl + O
Ctrl + X
--
How to remove autostart of apache on macosx
PostgreSQL autostart on Mac OS X
Disable Postgres Apache Server on osx
Start and stop Apache from the dock Internet