Created
October 11, 2012 01:26
-
-
Save og-shawn-crigger/3869587 to your computer and use it in GitHub Desktop.
Couple Apache Bash Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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