On Wed, Feb 8, 2017 at 10:45 AM, Jim Jagielski <[email protected]> wrote:
> Which ones? You mean the special case one?
>
> Would it be better if we did that *before* calling
> the fix_cgivars(). What is there makes the following
> config pair work as-is:
>
>   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>


My concern is that nobody ever reported this config as broken and
there's no telling what any on-by-default change here can break.

Reply via email to