Home > Article > Backend Development > FastCGI process unexpectedly exits causing 500 error
On a new server, install a new website, which was only placed on one website before. It is configured by the server vendor and is a non-integrated environment. A new site was added and the path was planned, but a 500 error occurred when accessing it. The prompt seems to be a problem with PHP, but the previous website was running discuz and everything was normal. However, when I added a new website, an error was reported. The same error occurs when executing the phpinfo statement. After some Baidu, the solution is as follows. Open iis, application pool. Select Set Application Pool Default Settings on the right.
In the pop-up window, find the logo and click the small square on the right.
Change the value to LocalSystem. Restart IIS and the problem will be solved. The above is the entire content of this article, I hope you all like it. |