Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created September 7, 2010 18:52
Show Gist options
  • Save typeoneerror/568840 to your computer and use it in GitHub Desktop.
Save typeoneerror/568840 to your computer and use it in GitHub Desktop.
alias apachegraceful="sudo /usr/sbin/apache2ctl graceful"
alias apacherestart="sudo /etc/init.d/apache2 restart"
alias apachereload="sudo /etc/init.d/apache2 reload"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment