My understanding, mod_php/phpSuExec/suPHP are 3 different apache modules.
in which, mod_php has best performance, suPHP is slowest since it run as CGI.
lsphp is php with LSAPI to work with litespeed web server. It can run as global user/group(e.g. nobody) which is like mod_php, also it can...