possible to use /var/www/html as a webroot?

#1
I'm looking at switching from Nginx and I would prefer to keep my websites in /var/www/html, but it seems like the Debian package of LiteSpeed is chrooted to /usr/local/lsws and can't see anything in /var/www,

Is it possible to fix this without too much headache? I tried a symlink but still got 404 errors.
 

Pong

Administrator
#2
You can set your virtual host document root to /var/www/html. Make sure the folder and files owner and permission are right. If you run OLS php as nobody, make sure nobody have right access to /var/www/html
 
Top