View Single Post
  #2  
Old 05-17-2005, 03:47 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
It is a permission problem, the user that the web server process runs as does not have permission to access some files.
It may happens when you install lsws under one user's home directory, which is not world readable, but the server is run on behalf of another user (usually is nobody).

You need to make permission changes or reinstall lsws to another location, or let web server run as the user who own those directories.
Reply With Quote