From 49fcd70c5b12835541bb8e2523fe18a1b5ff1da6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Apr 2018 13:15:35 +0200 Subject: [PATCH] Try fix travis --- build/travis-ci/apache.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/travis-ci/apache.conf b/build/travis-ci/apache.conf index 5ba713924f2..a74e1f16124 100644 --- a/build/travis-ci/apache.conf +++ b/build/travis-ci/apache.conf @@ -9,10 +9,10 @@ # 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 - + # + # 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 + #