Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 5.1, XP Pro, PHP 4.3.4

Status
Not open for further replies.

BigBZ

Programmer
Jul 29, 2003
20
US
Im running IIS 5.1, XP Pro, PHP 4.3.4

My Local Machine runs fine for all scripts, except I am doing a data merge and this script takes longer than all my other ones.

I am getting a "CGI Application Timeout" Right around 5 minutes.

300 sec / 60 sec = 5 min

Low and behold, when I went into the IIS Default properties, clicked on the Home Directory Tab, click the button for Configuration and then the "Process Options" tab, it has:

CGI Timeout: 300

So I changed that to 1800, giving me plenty of time. restart IIS, still CGI Timeout after 5 minutes. Reboot comp, still CGI Timeout. Change it to a lower number of seconds, a little more reasonable, 900, and still CGI timeout at 300 seconds on the dot.

Anyone know how I can get this changed/fixed? it would be a GREAT help!!!! PLEASE HELP!
 
The first line of code in my script is:

set_time_limit (60*60);

Which should give me a timeout of an hour. Plenty of time for my script.
 
Thanks for all your help! I tried that before i posted the subject. Read the original post again, this is the area that was at 300 seconds but mine seems to be stuck at 5 min (300 seconds) even though I changed the CGI Timeout to 900 or 1,800 seconds.

That is what the problem is, I change the setting, and it doesnt do shit!! FRUSTRATING!! AHH!

Also, some differences from that website, I am on XP with IIS 5.1, I'm not sure what ver of IIS that person was running.

Again, thanks for your help! But I am still stuck! =(
 
I guess im going to try to reinstall IIS . . . I'll let you know what happens . . . . .
 
Reinstalling IIS appears to have solved the problem.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top