0

I went to check for some issue in the test server which was configured in the past.

I noticed that for that specific site in Handler Mappings, there are a lot of PHP FastCgiModules enabled.

So there is a list:

FastCGI
PHP_via_FastCGI
PHP5_via_FastCGI
PHP_via_FastCGI1
PHP_via_FastCGI2

and each of them map to a different PHP php-cgi.exe on the server (for different PHP versions that are on the server) for example C:/php7/php-cgi.exe or C:/php5/php-cgi.exe and so on

I just thought it might be due to previous updates of PHP versions on the site

But - I assume only one needs to be enabled. How can I check which one is the one used by the site?

pileup
  • 229
  • 2
  • 9
  • 1
    Handlers are ordered in `applicationHost.config`, so the first one configured for `*.php` takes highest priority. You can eliminate unused ones. In fact all 5-7 releases are not deprecated and you need 8.x. – Lex Li Jan 03 '23 at 03:50

0 Answers0