I know two standard ways to execute php scripts with not-apache user:
1. mod_suphp
2. mpm_itk
first sucks because php works in cgi mode , user unable to set php params in .htacess for instance , this way is not good for performance
second very nice but Im not sure about stability and performance too ..
does cloudlinux has another way to solve this issue ?
or is it better to use litespeed (it has not bad php-fastcgi) ... but what about mod_hostinglimits ?does litespeed has something like this ? or I should just enable LVE support in it?
1. mod_suphp
2. mpm_itk
first sucks because php works in cgi mode , user unable to set php params in .htacess for instance , this way is not good for performance
second very nice but Im not sure about stability and performance too ..
does cloudlinux has another way to solve this issue ?
or is it better to use litespeed (it has not bad php-fastcgi) ... but what about mod_hostinglimits ?does litespeed has something like this ? or I should just enable LVE support in it?
Comment