View Single Post
  #19  
Old 03-11-2012, 05:20 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
Quote:
Any ideas why the child processes are not being spawned at all
because you set "Max Connections = 1"

try:
Max Connections = 5
Env PHP_LSAPI_CHILDREN=5

keep
Instances = 1
Reply With Quote