A+ R A-

FastCGI Timeout in IIS7 on Windows 2008

FastCGI Timeout in IIS7 on Windows 2008

by Rich on Tue Nov 04, 2008 7:35 am

For those of you not familiar with the "FastCGI" extension its a very light weight and high speed CGI engine that's designed to speed up PHP and Perl based sites. More info can be found here http://www.fastcgi.com/drupal/.

Anyway After its all setup and configured you may still have to tweak it. One of the things I had to do was extend the default activity timeout window. This is how much time the FastCGI extension will "wait" for PHP to get finished doing whatever its doing. For those of you familiar with FastCGI before you may have worked with the fcgiext.ini file - well on Windows 2008 that file is no longer available. Instead you must use following commands to set your timeout.

I had to tweak it to get the Gallery2 photo album to work - without this setting the connection would time out waiting for a large set of photos to be uploaded and processed. This fixed it.

Code:
%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi /[fullPath='C:\php\php-cgi.exe'].activityTimeout:600


You need to change the 'C:\php\php-cgi.exe' to the actual location PHP that you registered with IIS.

If you want to make double-check that the configuration worked properly, you can check it like this:
Code:
%windir%\system32\inetsrv\appcmd list config -section:system.webServer/fastCgi

You should see output similar to the following:

Code:









More information can be found here http://forums.iis.net/t/1076662.aspx
Еще из новых материалов:
Еще из старых материалов:

Добавить комментарий


Защитный код
Обновить

Форум

  • Нет сообщений для показа

Online

Никого

Вход

Добро пожаловать.