Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created October 1, 2012 18:15
Show Gist options
  • Save arturo-c/3813442 to your computer and use it in GitHub Desktop.
Save arturo-c/3813442 to your computer and use it in GitHub Desktop.
apache configs for behat tests on travis.ci
<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