Add for doman PHP process limit
02-12-2016, 08:59 PM
(This post was last modified: 02-12-2016, 08:59 PM by Theo.)
Hi i have idea about PHP process for every domain. Because every domain is have another trafic. Is this a realizable?
Add for doman PHP process limit
|
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
No support using PM (Auto adding to IGNORE list!), use the forum.
How to ask 200$ free to start your VPS 60 days credit |
« Next Oldest | Next Newest »
|