Sunday, August 3, 2008

PHP activityTimeout Error In Windows 2008

Hi

First Problem is Php . I found that php is not running for long periods.

it end after 1 min & give activitytimeout error in IIS7.

After goggling i only found the patch for pre release of windows 2008 & i got newer version of windows 2008 for testing from hosting company so that trick dont work for me :(


but after spending 5 days I thought i should search metabase directly but in iis7 metabase is known as IIS_schema.xml & applicationhost.config.

In Google i found that u need to put some fastsgi xml in config dir {Windows\System32\inetsrv\config\schema}

But it wont work.

Then i open & edited applicationhost.config

From
<fastCgi>

<application fullPath="C:\php\php-cgi.exe" />

</fastCgi>

To
<fastCgi>

<application fullPath="C:\php\php-cgi.exe" activityTimeout="3600" />

</fastCgi>

My luck that i know xml & html so after some error it finally start working.

But It mac setting is 1 Hour Only .

Anyone know How to remove 1 hour Limit ????? Please Post here


Thanks

No comments: