php processes start by server

#1
hi, how can i set up the number of default php children processes started at running..
i tried to modify the extprocessor lsphp => autoStart 2 to 6 but it always launche 2 children processes at startup
here my environement :

env PHP_LSAPI_CHILDREN=10
env LSAPI_MAX_IDLE_CHILDREN=5
env LSAPI_AVOID_FORK=1
env LSAPI_MAX_REQS=5000

thanks
 

mistwang

LiteSpeed Staff
#2
This is not possible, lsphp fork on demand, LSAPI_AVOID_FORK will keep children process alive once forked.
Make sure PHP is using LiteSpeed SAPI 7.9 .
 
Top