![]() |
Connection reset by peer entries in log
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! |
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.
|
Any way to stop these entries in the log? I already set log level to NOTICE.
|
We will change that log entry to INFO level, so it will not show up when log level set to NOTICE.
|
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. |
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. |
| All times are GMT -7. The time now is 02:03 AM. |