From f80972e745ee2b190498b5bcb3a2ebef40619072 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 May 2014 23:39:40 +0200 Subject: try to install php-fpm --- tests/travis/travis-ci-apache | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/travis/travis-ci-apache (limited to 'tests/travis') diff --git a/tests/travis/travis-ci-apache b/tests/travis/travis-ci-apache new file mode 100644 index 000000000..5b36cd374 --- /dev/null +++ b/tests/travis/travis-ci-apache @@ -0,0 +1,20 @@ + + + DocumentRoot %TRAVIS_BUILD_DIR% + + + Options FollowSymLinks MultiViews ExecCGI + AllowOverride All + Order deny,allow + Allow from all + + + # Wire up Apache to use Travis CI's php-fpm. + + AddHandler php5-fcgi .php + Action php5-fcgi /php5-fcgi + Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi + FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization + + + \ No newline at end of file -- cgit v1.2.3