On 26.01.2017, at 18:03, Jim Jagielski <[email protected]> wrote:
> 
> 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?

Maybe add tests for "proxy:unix:/path/to/fpm.sock|fcgi://dummy", and balancers 
as well?

Reply via email to