
01-18-2013, 11:15 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,390
|
|
Quote:
Originally Posted by sahostking
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
Quote:
cagefsctl --create-mp
cagefsctl --remount-all
cagefsctl --update
|
|