Document Root Home Directory

#1
I am trying to change the document root to my /home directory. In the VHost configuration Ive changed the document root to /home/{my_usernames_here}/html/

Yet when I visit my site I get a 404 error even though I have a file there.

What did I do wrong, am I missing something here?
 

NiteWave

Administrator
#2
should be permission problem.

check which user litespeed process is running as:
#ps -ef|grep litespeed

default is nobody

if nobody user has no permission to access /home/{my_usernames_here}/html/, will return 404 Not Found.
 
Top