ServerAdmin webmaster@localhost
DocumentRoot %TRAVIS_BUILD_DIR%
Options FollowSymLinks
AllowOverride All
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order deny,allow
Allow from all
# Wire up Apache to use Travis CI's php-fpm.
AddHandler php%PHPVERSION%-fcgi .php
Action php%PHPVERSION%-fcgi /php%PHPVERSION%-fcgi
Alias /php%PHPVERSION%-fcgi /usr/lib/cgi-bin/php%PHPVERSION%-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php%PHPVERSION%-fcgi -socket /tmp/php%PHPVERSION%-fpm.sock -pass-header Authorization
ErrorLog ${APACHE_LOG_DIR}/error.log