> On Feb 8, 2017, at 10:52 AM, Eric Covener <[email protected]> wrote: > > 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.
But this is covered isn't it, but if one uses ProxyFCGIBackendType. It's a noop if desired for that particular use-case. How about if we move this segment to above fix_cgivars() and give a head's up to PHP that 2.4-HEAD includes this...
