DocumentRoot %TRAVIS_BUILD_DIR%/test/Client/_files
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
Require all granted
# Wire up Apache to use Travis CI's php-fpm.
AddHandler php%PHP_VERSION%-fcgi .php
Action php%PHP_VERSION%-fcgi /php%PHP_VERSION%-fcgi
Alias /php%PHP_VERSION%-fcgi /usr/lib/cgi-bin/php%PHP_VERSION%-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php%PHP_VERSION%-fcgi -host 127.0.0.1:9000 -pass-header Authorization
Require all granted