Skip to content

Instantly share code, notes, and snippets.

@joshuaadrian
Created October 23, 2013 18:18
Show Gist options
  • Save joshuaadrian/7123810 to your computer and use it in GitHub Desktop.
Save joshuaadrian/7123810 to your computer and use it in GitHub Desktop.
# Start Apache
sudo apachectl -k start
# Stop Apache
sudo apachectl -k stop
# Restart Apache
sudo apachectl -k restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment