Skip to content

Instantly share code, notes, and snippets.

@macmata
Created January 12, 2016 02:50
Show Gist options
  • Save macmata/415cdc46fd25ba3ba0f5 to your computer and use it in GitHub Desktop.
Save macmata/415cdc46fd25ba3ba0f5 to your computer and use it in GitHub Desktop.
Turn Off the built in apache on OSx
Turn Off the built in apache on OSx
Apr 1, 2013, 1 minute read, 191 words
Slack - a messaging app for teams, integrating with the tools you already use.ads via Carbon
There are a handful of reasons why you would want to turn off the built in apache on OSx, you might have installed your own version, maybe you don't use apache and it is interfering with something else, whatever the reason there is one command you need to run to turn it off.
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment