Skip to content

Instantly share code, notes, and snippets.

@gerasimua
Created May 21, 2014 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerasimua/78d6e24105002da956b8 to your computer and use it in GitHub Desktop.
Save gerasimua/78d6e24105002da956b8 to your computer and use it in GitHub Desktop.
Virtual host configurations
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "D:/Projects/PHP/silex-test/web"
ServerName silex-test.loc
ServerAlias www.silex-test.loc
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment