Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to configure recycling behavior of FastCGI and PHP using CLI in IIS  (Read 3096 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Hi All,

If you need to change the  recycling behaviour of PHP_Fastcgi  in GUI you can change the settings using IIS MANAGER

first take the IIS manager and select the vps and select the Fast CGI settings . take the properties and select the

PHP_FCGI_MAX_REQUESTS Enivornmental variables value to higher


We can also change via command line by

Code: [Select]
C:\>%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi /[fullPath='c:\{php_folder}\php-cgi.exe'].instanceMaxRequests:10000

Thats it  8) :o