As of HEAD on trunk, configs with the below seem to
work as expected:
AddType application/x-php7-fpm .php
Action application/x-php7-fpm /fpm virtual
<Location /fpm>
SetHandler proxy:fcgi://localhost:9001
</Location>
--
<FilesMatch \.php$>
SetHandler "proxy:fcgi://localhost:9001
</FilesMatch>
What other scenarios should we be looking at?
