|
The warning means that PHP generate a response body over the limit.
It will cut off the response body, whether to close the connection is based on the "Keep Alive" setting.
You need to create a Listener with IP:80 for your web site, then set the "Binding" to all 4 processes. This way, all four lshttpd process will be actively serving that web site, otherwise, only one process is active.
|