
12-27-2012, 04:57 PM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,296
|
|
this is [INFO] message, information only, not error at all.
it is relating to this setting:
lsws admin console->Sever->External App->lsphp5
->Environment: PHP_LSAPI_MAX_REQUESTS=500
the above "500" is the cause of following "500":
Quote:
|
[/tmp/lshttpd/APVH_xxx.net_Suphp.sock.221] on request #500, confirmed, 0, associated process: 15942, running: 1, error: Connection reset by peer!
|
the setting's purpose is described here:
http://www.litespeedtech.com/php-litespeed-sapi.html
Quote:
"LSAPI_MAX_REQS or PHP_LSAPI_MAX_REQUESTS (default value: 10000)
This controls how many requests each child process will handle before it exits automatically. Several PHP functions have been identified having memory leaks. This parameter can help reducing memory usage of leaky PHP functions."
|
|