5etools-docker icon indicating copy to clipboard operation
5etools-docker copied to clipboard

Unable to access because of permission problems

Open lightlike opened this issue 2 years ago • 4 comments

I get a permission error when trying to access the files from from the browser (HTTP 403)

This seems to be because the httpd service cannot access the files.

Created Permissions: rwxrwx--- Needed Permissions: rwxrwxr-x

This should be fixed by either setting the httpd user to PUID and PGID or by executing chmod o+rx /usr/local/apache2/htdocs/*.

lightlike avatar Jan 14 '23 21:01 lightlike