Timeout error

DoM

Well-Known Member
#1
Hi,
on one virtualhost i receive following error:

2011-01-24 11:31:22.389 [INFO] [x.x.x.x:51044-0#APVH_domain.com] Connection idle time: 31 while in state: 5 watching for event: 24,close!
2011-01-24 11:31:22.389 [NOTICE] [x.x.x.x:51044-0#APVH_domain.com] Content len: 111, Request line: 'POST /sito/install/install.php HTTP/1.1'
2011-01-24 11:31:22.389 [INFO] [x.x.x.x:51044-0#APVH_domain.com] Cookie len: 152, styleID=1; __utmz=225580957.1286133835.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=225580957.1881387214.1286133835.1286133835.1286133835.1
2011-01-24 11:31:22.389 [INFO] [x.x.x.x:51044-0#APVH_domain.com] HttpExtConnector state: 8, request body sent: 111, response body size: 0, response body sent:12207, left in buffer: 0, attempts: 0.
2011-01-24 11:31:22.389 [INFO] [x.x.x.x:51044-0#APVH_domain.com] File not found [/home/cpaccount/public_html/408.shtml]


I do not want increase timeout connection.

What is problem ? Cookie size ? Body size ?

How can i understand?

Waiting for your reply

Regards
 

webizen

Well-Known Member
#2
The message means server does NOT return anything (connection idle) on processing install.php for over 30 seconds which is over the connection timeout limit (Admin Console->Configurations->Server->Tuning->Connection Timeout). Hence 408 timeout. You should increase that timeout limit to 60 seconds or even longer or check install.php and figure out where the delay is.
 
Top