![]() |
|
Add for doman PHP process limit - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +---- Thread: Add for doman PHP process limit (/showthread.php?tid=2578) |
Add for doman PHP process limit - Theo - 02-12-2016 Hi i have idea about PHP process for every domain. Because every domain is have another trafic. Is this a realizable? RE: Add for doman PHP process limit - Castey - 02-13-2016 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). RE: Add for doman PHP process limit - Me.B - 02-13-2016 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 |