suphp is CGI based, it always pickup the php.ini under current directory.
LiteSpeed SuEXEC follows mod_php, you can use php_value directive in .htaccess to override some php configuration.
suphp is CGI based, it always pickup the php.ini under current directory.
LiteSpeed SuEXEC follows mod_php, you can use php_value directive in .htaccess to override some php configuration.
The problem is we have many clients already on the CGI suphp via Apache, and if we switch over to LiteSpeed then all their sites will have problems since LiteSpeed does not read all of their per-directory php.ini files.
As I understand, many Cpanel hosts are using the CGI suphp setup, so they will have a hard time migrating to LiteSpeed.