Skip to content

Instantly share code, notes, and snippets.

@pxdsgnco
Forked from barbietunnie/stop-mac-apache.sh
Created May 17, 2018 09:06
Show Gist options
  • Save pxdsgnco/9f0e26ea6d8d1bd97da5a841401df4bb to your computer and use it in GitHub Desktop.
Save pxdsgnco/9f0e26ea6d8d1bd97da5a841401df4bb 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