PDA

View Full Version : CGI Timeout problem


techtonic
12-16-2004, 03:36 PM
I am evaluating PhpDig - it is exactly what I am looking for. However, when I spider a site, I get a CGI Timeout error. How do I stop this?

Other info on error message: HTTP/1.1 502 Gateway Error Server: Microsoft-IIS/5.1 Date: Fri, 17 Dec 2004 00:29:02 GMT Connection: close Content-Length: 186 Content-Type: text/html

Cheers :bang:

Charter
12-16-2004, 04:19 PM
Using PhpDig v.1.8.6?

techtonic
12-16-2004, 04:30 PM
Yes - just downloaded it this morning.

Charter
12-16-2004, 04:57 PM
Check out the following link: http://www.smartcomputing.com/techsupport/print.aspx?ErrorID=22064

techtonic
12-16-2004, 05:06 PM
Thanks for the link, but this did not give me a solution.

I am running PhpDig on a localhost and indexing a remote website (http://www.thomsonplayford.com.au) - a site of one of my clients.

This timeout has happened to me before when I run PHP scripts that take an extended time to run. If the set_time_limit(); is set to something high so that PHP itself does not timeout, it tends to be the CGI timeout that kicks in instead.

Is there a way of increasing the timeout on IIS? It would suggest to me that it is an IIS issue.

thanks

Charter
12-16-2004, 05:09 PM
Check out the following link: http://www.murraymoffatt.com/software-problem-0002.html

techtonic
12-16-2004, 06:16 PM
Thanks head mole - that did the job...