Created
May 21, 2014 15:26
-
-
Save gerasimua/78d6e24105002da956b8 to your computer and use it in GitHub Desktop.
Virtual host configurations
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
NameVirtualHost *:80 | |
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
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