The solution to an unknown fastcgi error in php: first open "Application Pool->Advanced Settings->Identity" in sequence; then change the default ApplicationPoolIdentify to LocalSystem.
Recommended: "PHP Video Tutorial"
Solve the problem that the FastCGI process often fails recently and an unknown FastCGI error occurs Problem
The problem is as shown in the picture:
Solution:
Application Pool->Advanced Settings->Identification : Modify the default ApplicationPoolIdentify to LocalSystem.
Reference: https://github.com/Microsoft/PTVS/issues/2024
The above is the detailed content of How to solve an unknown fastcgi error in php. For more information, please follow other related articles on the PHP Chinese website!