View Single Post
  #6  
Old 11-30-2008, 09:04 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
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.
Reply With Quote