PHP to work without explanation in IIS with FastCGI

0

Recently I updated a site that was written in classic ASP in Windows 2008 Server IIS, I changed the programming of the site to PHP and kept running in IIS via FastCGI, while the site was in homologation I had no problem, but when putting in (at least two or three times a day) PHP stops working (areas of the site that are still in ASP keep working, only the pages made in PHP stop), there is no error in the browser (just gives timeout) or in the PHP LOG. The only solution to get back on the air is to restart IIS. I have already upgraded from PHP 5.4 to 5.6 and the problem persists. As the problem only started to happen after the site went into production, I thought it might be some hardware bottleneck, but when it happens the server is always only 5 to 10% use of the processing and the memory never reaches 50 %. However, it already happened at 02:30 in the morning, when the site has almost no access.

Here are some images with the basic PHP settings in IIS and also the php.ini file:

Andhere'salinktoseethecomplete"PHP.ini" file: php.ini

Has anyone had the same problem, or do you have any idea why?

Thank you!

    
asked by anonymous 20.01.2016 / 18:16

0 answers