Click to See Complete Forum and Search --> : PHP / IIS timeout?


awsedit
February 20th, 2006, 10:36 PM
Hello.

Have a strange problem. Running a PHP driven web site on a 2k3 box queuering a SQL on a different box. The site runs fine - however it seems that after an hour or so of non-use (I think) it stalls. Pointing a browser to it juat hangs. Strange part is the remedy - all I need to do is disable and then re-enable the NIC in windows. Even stranger part, when the PHP/IIS side of things stalls, the NIC is not actually down, I can still see the box and it is quite alive via other protocols. Just goes dead on that port.

Thoughts / suggestions? This thing is driving me crazy.

thanks-

vietboy505
February 24th, 2006, 04:59 PM
Sorry about asking question in your topic since you're using PHP in IIS.

What properties do you have to setup to get your PHP running on your IIS?
My PHP code just show on the web only.

Is there a code you need to put inside PHP like Perl it's:


print "Content-Type: text/html\n\n";