On Thu, Jan 26, 2017 at 12:03 PM, Jim Jagielski <j...@jagunet.com> 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>gt; > SetHandler "proxy:fcgi://localhost:9001 > </FilesMatch>
For this case, looking at the vars sent, 2.4.x and trunk only differ by proxy:fcgi://... being restored on trunk for SCRIPT_FILENAME. This holds in the addl config mod_rewrite perdir is also mapping the real URL to some actual php file. IOW PATH_INFO/PATH_TRANSLATED were already right / the requested php file, even in 2.4, for these cases. Do you have a scenario that sends a bad var in 2.4 that is corrected by the recent trunk changes?