Skip to content

Instantly share code, notes, and snippets.

@ypochien
Last active March 19, 2017 20:57
Show Gist options
  • Save ypochien/7f768022675f0b71bff645f4d923a51d to your computer and use it in GitHub Desktop.
Save ypochien/7f768022675f0b71bff645f4d923a51d to your computer and use it in GitHub Desktop.
osx server - httpd
Start Service.
sudo launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.serviceproxy.plist
sudo launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.server.httpd.plist
Stop Service.
sudo launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.serviceproxy.plist
sudo launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.server.httpd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment