Skip to content

Instantly share code, notes, and snippets.

@silentworks
Forked from barbietunnie/stop-mac-apache.sh
Created June 2, 2018 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silentworks/6a3b45b5579089e6a7d5973a96e55dda to your computer and use it in GitHub Desktop.
Save silentworks/6a3b45b5579089e6a7d5973a96e55dda 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