
07-10-2009, 01:32 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
If you using PHP suEXEC,
Quote:
LSAPI_MAX_IDLE_CHILDREN=1
LSAPI_MAX_IDLE=10
|
have no effect.
Instead, should set "Max Idle Time" to "10" seconds.
Initial Request Timeout can be set longer if user has difficulty to process a script takes long time to finish.
Connection Keepalive Timeout should be -1 to keep the connection alive as long as PHP process is alive.
|