Dieser Plist scheint nicht mehr zu funktionieren. Dieser arbeitet für mich:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>info.mamp.start.apache</string> <key>ProgramArguments</key> <array> <string>/Applications/MAMP/Library/bin/apachectl</string> <string>-f</string> <string>/Library/Application Support/appsolute/MAMP PRO/conf/httpd.conf</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist>