From 3f97fb6989b873a2c85b8dac58a567ee9ab4000e Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 13 Dec 2020 17:22:26 +0000 Subject: [PATCH] wip travis --- tests/ci/setup/setup_php_travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci/setup/setup_php_travis.sh b/tests/ci/setup/setup_php_travis.sh index 5e8b2d6..3507b17 100755 --- a/tests/ci/setup/setup_php_travis.sh +++ b/tests/ci/setup/setup_php_travis.sh @@ -45,7 +45,7 @@ fi ~/.phpenv/versions/${PHPVER}/sbin/php-fpm # configure apache for php-fpm via mod_proxy_fcgi -sudo cp -f "$SCRIPT_DIR/../config/apache_phpfpm_proxyfcgi" "/etc/apache2/conf-available/php-${PHPVER}fpm.conf" -sudo sed -i -e "s,/run/php/php-fpm.sock,/run/php/php${PHPVER}-fpm.sock,g" "/etc/apache2/conf-available/php-${PHPVER}fpm.conf" +sudo cp -f "$SCRIPT_DIR/../config/apache_phpfpm_proxyfcgi" "/etc/apache2/conf-available/php${PHPVER}-fpm.conf" +sudo sed -i -e "s,/run/php/php-fpm.sock,/run/php/php${PHPVER}-fpm.sock,g" "/etc/apache2/conf-available/php${PHPVER}-fpm.conf" sudo a2enconf php${PHPVER}-fpm sudo service apache2 restart -- 2.43.0