Strang error...

yulia

Active Member
#1
This error has me stumped... could it have something to do with Zend? I know this client uses Zend and I had to install it for them. No one else seems to have this issue.

2008-11-16 05:21:56.044 [INFO] [IP:60520-0#APVH_www.domain.com] ExtConn timed out while processing.
2008-11-16 05:21:56.044 [INFO] [IP:60520-0#APVH_www.domain.com] connection to [uds://tmp/lshttpd/APVH_www.domain.com_Suphp.sock] on request #0, error: Connection timed out!
2008-11-16 05:21:57.044 [INFO] [IP:62867-0#APVH_www.domain.com] ExtConn timed out while processing.
2008-11-16 05:21:57.044 [INFO] [IP:62867-0#APVH_www.domain.com] connection to [uds://tmp/lshttpd/APVH_www.domain.com_Suphp.sock] on request #0, error: Connection timed out!
2008-11-16 05:21:57.044 [INFO] [IP:62867-0#APVH_www.domain.com] Connection idle time: 31 while in state: 5 watching for event: 25,close!
2008-11-16 05:21:57.044 [NOTICE] [IP:62867-0#APVH_www.domain.com] Content len: 0, Request line:
GET /index.php?topic=1938.0 HTTP/1.1
2008-11-16 05:21:57.044 [INFO] [IP:62867-0#APVH_www.domain.com] HttpExtConnector state: 8, request body sent: 0, response body size: 0, response body sent:0, left in buffer: 0, attempts: 2.
 

mistwang

LiteSpeed Staff
#2
It is more like a problem with the script, maybe the script falls into a infinite loop.

You can try the same script on an Apache server, see what will happen.
 
Top