Created
August 28, 2019 05:16
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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