Created
April 5, 2015 12:41
-
-
Save petersuhm/872a48039fadaf6aa0d1 to your computer and use it in GitHub Desktop.
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
Listen 8080 | |
<VirtualHost *:8080> | |
LoadModule php5_module /home/ubuntu/.phpenv/versions/5.3.3/libexec/apache2/libphp5.so | |
DocumentRoot /home/ubuntu/wppusher-plugin/wordpress | |
ServerName wppusher-plugin.dev | |
<FilesMatch \.php$> | |
SetHandler application/x-httpd-php | |
</FilesMatch> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This conf didn't work for me. It's the same as in the Circle docs. In the end the following worked:
Working sample repo: https://github.com/leymannx/drupal-circleci-behat