[Solved] Litespeed / CageFS - Internal Server Errors

sahostking

Well-Known Member
#1
Hi guys,

I just installed Litespeed on a server of ours and selected CageFS with suexec or even just CageFS after install in configuration. But now all sites just don't load.

They return Internal Server Error.

If I however change it to LVE then all goes well and every site works.

Any ideas how to troubleshoot.
 
Last edited by a moderator:

webizen

Well-Known Member
#4
Hi guys,

I just installed Litespeed on a server of ours and selected CageFS with suexec or even just CageFS after install in configuration. But now all sites just don't load.

They return Internal Server Error.

If I however change it to LVE then all goes well and every site works.

Any ideas how to troubleshoot.
the issue is due to missing lsws in cagefs-skeleton.

run below to update cagefs with lsws
cagefsctl --create-mp
cagefsctl --remount-all
cagefsctl --update
 

asep

New Member
#5
[solved]

Hi,

I have same problem also Litespeed + CageFS
But now it's working with command :
cagefsctl --create-mp
cagefsctl --remount-all
cagefsctl --update

But, i have New problem, suEXEC is not working, whcms couldn't write templates_c :
if i switch to apache, it's work.

already change external aplication from
 
Last edited by a moderator:

webizen

Well-Known Member
#6
As it suggested, "The templates compiling directory '/home/xxx/xxx/templates_c/' must be writeable (CHMOD 777) before you can continue".
 
Top