[solved] cPanel 11.32 and Litespeed

#1
Hello,

I use cpanel 11.32 + litespeed 4.1.11 + cloudlinux 6 with enable suEXEC but lsphp5 process run as nobody !

Thanks.
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
Please test it with a simple PHP script running "id" command to verify it.
Is it a new installation? Does it only happen with 4.1.11? have you tried with older release?
 

mistwang

LiteSpeed Staff
#4
You need to verify it with "id" command in a PHP script.
Common shared script are running as nobody, like our directory index script, it is normal to see some PHP process running as nobody, however, it does not mean that all scripts were running as nobody, PHP script under user's public_html directory should run as the user own the file.
 
#5
Before update to cPanel 11.32 , This issue did not exist !

after update to cPanel 11.32 i see this issue then upgrade litespeed from 4.1.10 to 4.1.11 .

with cPanel 11.30 issue did not exist .
 

mistwang

LiteSpeed Staff
#6
We have 11.32 in our lab as well, but we do not have this issue.
Are you sure that suPHP is enabled in cPanel? switch back to Apache see if you have PHP running as the desired user id.
If you are sure that apache work properly, but LSWS does not, please contact bug@litespeed... we may need to login to your server to take a look.
 
#7
solved with this commend :
Code:
/usr/local/cpanel/bin/rebuild_phpconf 5 none suphp 1
Probably because php default config was DSO , in httpd.conf was not written OWNER and GROUP of vhosts !

Thanks.
 
Top