История изменений
Исправление vel, (текущая версия) :
suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.
IMHO Это практически CGI - т.е. адские накладные расходы на каждый запрос, хотя и чуть лучше, чем suEXEC.
Возможно mpm_itk будет более прогрессивное решением.
Но все равно у них накладные расходы на выполнение запросов существенно выше, чем php-fpm.
Исходная версия vel, :
«LA 35» это значит 35 процессов готовы для выполнения (ждут процессора). Ядер у тебя 4.
suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.
IMHO Это практически CGI - т.е. адские накладные расходы на каждый запрос, хотя и чуть лучше, чем suEXEC.
Возможно mpm_itk будет более прогрессивное решением.
Но все равно у них накладные расходы на выполнение запросов существенно выше, чем php-fpm.