Move /etc/opt/remi/php71/php-fpm.d/www.conf to /etc/opt/remi/php70/php-fpm.default.conf Edit it: Remove definition of pool name. Comment out the following lines: ;listen = 127.0.0.1:9000 ;php_admin_value[error_log] = /var/opt/remi/php70/log/php-fpm/www-error.log ;php_admin_flag[log_errors] = on
Uncomment and add .html extension to the following setting: security.limit_extensions
Create settings for each domain: /etc/opt/remi/php71/php-fpm.d/*.conf use /etc/opt/remi/php70/php-fpm.d/*.conf as stub. Edit all files - change path to php71 in content of the file.
Run PHP-FPM: chkconfig php70-php-fpm on /etc/init.d/php70-php-fpm start