Over this weekend I may try to extend the current fcgi testing
to include php-fpm... we should not, imo, fold in any patches
until we can test each applicable use case and avoid regressions.

Hacking on the test will keep my mind off of things...

> On Jun 23, 2017, at 7:52 AM, Jim Jagielski <j...@jagunet.com> wrote:
> 
> 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>
> 

Reply via email to