Skip to content

Instantly share code, notes, and snippets.

@DickSwart
Forked from barbietunnie/stop-mac-apache.sh
Created May 11, 2018 03:46
Show Gist options
  • Save DickSwart/56f83973c56f64e5918d2cd4edac86a1 to your computer and use it in GitHub Desktop.
Save DickSwart/56f83973c56f64e5918d2cd4edac86a1 to your computer and use it in GitHub Desktop.
Stop Default Apache server running on Mac OS Sierra
sudo apachectl stop
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment