I have a shortcut:
c:/path/to/app1/current_php-cgi.exe.lnk
I am trying to do this:
FcgidWrapper "c:/path/to/app1/current_php-cgi.exe.lnk" .php
And Apache has no issue with the syntax but after reboot, any requests for a PHP file result in this error:
[Mon Jun 12 12:57:50.962946 2023] [fcgid:error] [pid 25564:tid 680]
(OS 193)%1 is not a valid Win32 application.:
mod_fcgid: can't run c:/path/to/app1/current_php-cgi.exe.lnk
^ separated to multi-line for easier reading
Is my desire simply unsupported?
If you want to know why, it's because I wish to have absolutely minimal downtime/reconfiguration when a PHP upgrade needs to happen. I want "app1" to have it's own PHP install and let app1 happily live even if "app2" might be ready for a PHP upgrade or maybe "app3" requires an older version of PHP.