How to test/check apache timeout settings for gateway timeout browser issues
Survox has provided two scripts that can test the timeout settings on your webserver.
The scripts are timeout.pl and timeout.php.
The scripts are available for download from the following linkhttp://distrib.cfmc.com/support/hints/timeout.zip
You will need to contact Survox Support at support@survoxinc.com for the password to download the file.
Once downloaded, unzip the timeout.pl script and place thetimeout.plscript in the cgi-bin directory and put the timeout.php scriptanywhere under the web server. Both take a URL argument which allows you to set thetimeout to however many seconds you want to test for.
Below are examples of how to set the timeout test links.
http://<your_domain.com>/cgi-bin/timeout.pl?timeout=75http://<your_domain.com>/timeout.php?timeout=75
In the above examples, these test are set for 75 seconds. It is recommended that you increase the amount of time to test the timeout.
For example, to test if timeouts are occurring before 10 mins, you will want to try testing with increments of say 10 seconds until you reach 601 seconds.
You don’t need to necessarily time it with a stop watch, but you do need to know to the closest minute or how long it was before the message popped up.