I have set up php-fpm using Remi safe php version 7.1 to 7.3 and SCL 7.0 but I am getting an internal server error when try to access the site using it
“proxy: No protocol handler was valid for the URL /index.php. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.”
All the proxy modules below are enabled and loaded in Apache.
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
In httpd.conf
ProxyPassMatch ^/(..php(/.)?)$ fcgi://localhost:8000/home/domain/public_html/$1
This a WordPress site using the standard htaccess code.
Also even though I set the site to use php73 after changing to php-fpm it changed it to use 7.0 and using the php-fpm conf file from /etc/opt/rh/rh-php70/php-fpm.d/
I have run VM conf check and it says all the versions of php-fpm as above are available.
Centos 6.10
Apache 2.2.15
VM 6.06
Any help would be most appreciated. Thanks in advance.