|
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.
|