Skip to content

Instantly share code, notes, and snippets.

@ricardoriogo
Created May 29, 2013 02:12
Show Gist options
  • Save ricardoriogo/5667521 to your computer and use it in GitHub Desktop.
Save ricardoriogo/5667521 to your computer and use it in GitHub Desktop.
Como carregar configurações externas no apache. No exemplo abaixo carregará todos os arquivos com a extensão .conf (configurações virtual hosts) da pasta sites.
NameVirtualHost *:80
Include "conf/sites/*.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment