-----Original Message-----
From: Matijn Woudt [mailto:tijn...@gmail.com] 
Sent: Saturday, May 12, 2012 3:54 PM
To: admin
Cc: php-general@lists.php.net
Subject: Re: [PHP] Time out issue

On Sat, May 12, 2012 at 9:42 PM, admin <ad...@buskirkgraphics.com> wrote:
> I am running Windows 2008 R2, IIS 7
>
> I am running into an issue where no matter what I set the script  time 
> out to be the server is
>
> Giving me a 500 error  after like 60 seconds when the process exceeds 
> the configured activity timeout.
>
>
>
> Here is the example script
>
> <?
>
> set_time_limit(120);
>
> sleep(100);
>
> Echo "PASSED THE TIME OUT";
>
> ?>
>
>
>
> I fully understand this may not be a PHP error but if anyone has ran 
> into this issue with a windows server and
>
> can explain in detail how I can adjust the timeout, I would be very 
> grateful.
>
> Everything I have read online points to a fcgiext.ini file that does 
> not exist on my server.
>
>
>
> Anyone know how to help ?
>

Didn't use windows server in about 10 years (Go linux ;)), but did you try this?

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/44ebc761-ac76-4b44-8894-551c9315af6c.mspx

- Matijn

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php


I had to get Microsoft on the phone to resolve this issue with IIS and FAST-CGI 
seems you can adjust the 
Request Timeout and Activity Timeout within the IIS manager and for some reason 
no documentation leads you to this point.

Sorry to bother issue resolved.










--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to