Created
January 2, 2015 05:05
-
-
Save victorvhpg/1f34693a7e042b87f1cb to your computer and use it in GitHub Desktop.
ativa virtual host e apache reload
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
| #ativa o virtual host git | |
| sudo a2ensite git.conf | |
| #reinicia o apache | |
| service apache2 reload | |
| # ou | |
| # sudo /etc/init.d/apache2 reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment