Apache 2.4
I have 2 virtual hosts .conf files. Each has a port 80 and port 443 section. The config files are identical in every way except for the DocumentRoot.Both use ProxyPassMatch for PHP-FPM
In vhost1 I can go to http://…/ index.html and index.php successfully. If I use SSL I can go to http:// index.html successfully, but when accessing via SSL https:// index.php the screen is blank
In vhost2 I can go to http:// index.html and index.php successfully, and when I go to https:// index.html and index.php come up successfully
I did try changing so they did not have identical ports in ProxyPassMatch
Any ideas why PHP translation would work via regular http but not be executed in the first virtual host via SSL connection?
Thanks