Connection reset by peer entries in log

anewday

Well-Known Member
#1
Ever since upgrading to 4.0, a lot of these entries appear in the log everyday. (IP addresses removed)

Code:
2009-05-05 01:10:45.127	NOTICE	[:13318-12#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #6, confirmed: 0, Connection reset by peer!
2009-05-05 11:30:10.214	NOTICE	[:44668-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #33, confirmed: 0, Connection reset by peer!
2009-05-05 12:37:53.895	NOTICE	[:53513-10#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #5, confirmed: 0, Connection reset by peer!
2009-05-05 12:39:38.990	NOTICE	[:52244-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #14, confirmed: 0, Connection reset by peer!
2009-05-05 12:53:18.842	NOTICE	[:1389-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #7, confirmed: 0, Connection reset by peer!
2009-05-05 12:54:27.343	NOTICE	[:43128-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #4, confirmed: 0, Connection reset by peer!
2009-05-05 14:09:45.276	NOTICE	[:63436-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #7, confirmed: 0, Connection reset by peer!
2009-05-05 15:26:32.701	NOTICE	[:2666-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #1, confirmed: 0, Connection reset by peer!
2009-05-05 15:27:28.085	NOTICE	[:56363-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #6, confirmed: 0, Connection reset by peer!
2009-05-05 15:35:09.176	NOTICE	[:56061-14#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #188, confirmed: 0, Connection reset by peer!
2009-05-05 15:38:45.333	NOTICE	[:2198-0#APVH_forum.domain.com] connection to [uds://tmp/lshttpd/lsphp4.sock] on request #5, confirmed: 0, Connection reset by peer!
Any ideas?
 
Last edited:

mistwang

LiteSpeed Staff
#2
That's because PHP process exit after serving previous request. LSWS will try another PHP process. As long as there is no "oops, 503", it is fine.
 

anewday

Well-Known Member
#5
Thanks George.

After upgrading to 4.0.4. I'm starting to see this in the logs.

Code:
2009-05-29 01:13:50.005	NOTICE	[69.x.x.x:60467-0#APVH_forum.celinechannel.com] Suspious request timeout, associtated process: -1, running: 0.
What does it mean? There is a typo on the word "suspicious" and "associated" :p
 

mistwang

LiteSpeed Staff
#6
OK, typos fixed.

It means a request takes more time than expected to process, might be connection problem with the PHP processes, the server will retry, if it does not happen repeatedly and no 503 errors, no need to worry about it.
 
Top