02-12-2016, 08:59 PM
02-13-2016, 08:22 AM
It would be possible with php handled by fcgi. In mod_fcgi you can use DefaultMaxClassProcessCount to define limit of maximum process count per virtualhost. Other way is using 3rdparty modules like mod_qos or mod_cband to limit connections, bandwidth etc. (but not count of processes).
02-13-2016, 08:56 AM
Currently PHP use mod_php but the plan is to move to FastCGI so we could then do a lot of tuning and even more languages support.
M B
M B