From 7c4abc42247c989b2544fdb071532251dd1bbb9b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 4 Mar 2020 23:27:46 +0100 Subject: [PATCH] try fixing not started Apache --- doc/travis-ci-apache.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/travis-ci-apache.conf b/doc/travis-ci-apache.conf index 1703920bb4..ab8c7850cd 100644 --- a/doc/travis-ci-apache.conf +++ b/doc/travis-ci-apache.conf @@ -14,10 +14,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 php7-fcgi .php + Action php7-fcgi /php7-fcgi + Alias /php7-fcgi /usr/lib/cgi-bin/php7-fcgi + FastCgiExternalServer /usr/lib/cgi-bin/php7-fcgi -host 127.0.0.1:9000 -pass-header Authorization Require all granted