Skip to content

Instantly share code, notes, and snippets.

@dr-dimitru
Created November 29, 2013 04:36
Show Gist options
  • Save dr-dimitru/7701629 to your computer and use it in GitHub Desktop.
Save dr-dimitru/7701629 to your computer and use it in GitHub Desktop.
Mac OS X Apache Terminal Commands
#start Apache
sudo apachectl start
#restart Apache
sudo apachectl restart
#stop Apache
sudo apachectl stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment