Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anunay/435b94be892c216f675b0dcd0fb90cc2 to your computer and use it in GitHub Desktop.
Save anunay/435b94be892c216f675b0dcd0fb90cc2 to your computer and use it in GitHub Desktop.
MacOS Kill all Apache / httpd process and stop loading them at startup, tested upto MacOS Catalina
// Kills all httpd process from running
sudo killall httpd
// Disables startup loading when system starts
sudo launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment