Skip to content

Instantly share code, notes, and snippets.

@og-shawn-crigger
Created October 11, 2012 01:26
Show Gist options
  • Save og-shawn-crigger/3869587 to your computer and use it in GitHub Desktop.
Save og-shawn-crigger/3869587 to your computer and use it in GitHub Desktop.
Couple Apache Bash Aliases
# Apache 2 Aliases - Reboot and Log helper
alias a2reboot='sudo apachectl restart && sudo httpd -S'
alias a2log='sudo cat /var/log/apache2/error_log';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment