Created
October 1, 2012 18:15
-
-
Save arturo-c/3813442 to your computer and use it in GitHub Desktop.
apache configs for behat tests on travis.ci
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
<Directory PATH> | |
AllowOverride All | |
Options None | |
Order allow,deny | |
Allow from all | |
</Directory> | |
<VirtualHost *:80> | |
DocumentRoot PATH | |
ServerName 127.0.0.1 | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment