> On Feb 8, 2017, at 2:49 PM, Jacob Champion <champio...@gmail.com> wrote:
> 
> On 02/08/2017 11:32 AM, Jim Jagielski wrote:
>> It does it automatically requiring no config-file changes
>> to the end user.
> 
> Anyone picking up the SCRIPT_FILENAME change (which was my change that 
> started this whole mess) still has to change their backend type manually, so 
> I'm not convinced.
> 

??

Doesn't the below make it work without changes.

#define FCGI_MAY_BE_FPM(dconf)                              \
        (dconf &&                                           \
        ((dconf->backend_type == BACKEND_DEFAULT_UNKNOWN) || \
        (dconf->backend_type == BACKEND_FPM)))


Unless you mean that those who "fixed" their configs due to 2.4.24/25
will need to do so again?

Reply via email to