Score:0

Many enabled FastCGI modules for the same site in Handler Mappings - which one is in use?

th flag

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?

Lex Li avatar
vn flag
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.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.