A bookmark for myself regarding Apache. The important part is this:
OS X comes with Apache already installed, so itβs as simple as starting up the server. Previously, you could start this using the System Preferences > Sharing panel, but it has been removed from there in 10.9. β OS X Mavericks and Apache
It tells you how to start Apache from the command line. The important part was how to make sure that it gets started when the machine is booted, though:
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
β#OSX β#Apache