Can web Run multiple instances of LSAPI with the same PHP version ?

Monarobase

Well-Known Member
#1
Hello,

I was reading a topic about PHP Suexec + CloudLinux CageFS and was wandering if it would be possible to run the same version of PHP twice, once with Suexec and once without Suexec ?

We will hopefully soon be running LiteSpeed and CageFS (testing next week) and I find it would be nice to let users choose between easy maintenance (no chmod problems thanks to suexec) and security (php run with nobody).

Would it be possible to let users set their configuration in an .htaccess file ?

For example have either PHP53 or PHP53NOSUEXEC with PHP53 as default and adding an optional line to htaccess to have PHP53NOSUEXEC instead of PHP53
 
Top