Skip to content

Instantly share code, notes, and snippets.

@victorvhpg
Created January 2, 2015 05:05
Show Gist options
  • Save victorvhpg/1f34693a7e042b87f1cb to your computer and use it in GitHub Desktop.
Save victorvhpg/1f34693a7e042b87f1cb to your computer and use it in GitHub Desktop.
ativa virtual host e apache reload
#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