Message: Request Time-Out (408)
Explanation: Try using a number larger than 600 seconds for the one or both of the HTTP protocol options
TimeOut (to) and KeepaliveTimeOut (kto)... or change them to zero to disable HTTP timeouts.
You can do this by editing one or more of the following Windows command files:
$backup_foxhound2.bat
start_foxhound2_chrome.bat
$start_foxhound2_chrome_debug.bat
$start_foxhound2_engine.bat
$start_foxhound2_firefox.bat
$start_foxhound2_firefox_debug.bat
$start_foxhound2_ie.bat
$start_foxhound2_ie_debug.bat
By default, these command file are installed in this location on Windows XP:
C:\Documents and Settings\All Users\Application Data\RisingRoad\Foxhound2
and on Vista and Windows 7 they are here:
C:\ProgramData\RisingRoad\Foxhound2
Look for a line inside each command file that says this:
-xs http(port=80;maxsize=0;to=600;kto=600)^
and change one or both of the 600 values to zero (to disable timeouts) or something larger than 600 seconds (10 minutes).
|