Skip to content

Instantly share code, notes, and snippets.

@Chavao
Created February 21, 2013 17:46
Show Gist options
  • Save Chavao/5006646 to your computer and use it in GitHub Desktop.
Save Chavao/5006646 to your computer and use it in GitHub Desktop.
Configuração do /etc/apache2/sites-enabled/davidwebmaster.com.br
<VirtualHost *:80>
DocumentRoot /var/davidwebmaster.com.br
ServerName davidwebmaster.com.br
</VirtualHost>
Adicionar no /etc/hosts:
0.0.0.0 davidwebmaster.com.br
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment