Sentora Support Forums

Full Version: Add for doman PHP process limit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i have idea about PHP process for every domain. Because every domain is have another trafic. Is this a realizable?
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).
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