Wrong httpd process.

The MacOS default httpd has been started. We want to stop that process and start the one in /opt/local/sbin.

Likely commands:

		launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist
		/opt/local/sbin/apachectl start