I installed nextcloud and I'm getting this error when I trying to change admin password. I faced first time with this error. here is some logs; [Sat Feb 20 20:09:15.417092 2021] [core:error] [pid 19612] (13)Permission denied: [client 95.70.xx.xx:63522] AH00132: file permissions deny server access: /var/www/clients/client0/web3/web/apps/comments/l10n/tr.js [Sat Feb 20 20:09:15.417580 2021] [core:error] [pid 19612] (13)Permission denied: [client 95.70.xx.xx:63522] AH00132: file permissions deny server access: /var/www/cloud.xxxxxx.com/web/error/403.html [Sat Feb 20 20:09:15.485142 2021] [core:error] [pid 19612] (13)Permission denied: [client 95.70.xx.xx:63522] AH00132: file permissions deny server access: /var/www/clients/client0/web3/web/apps/comments/js/comments.js what shoud be the file ownership and permissions? I'm stuck and don't know what to do?
The ownership should be webID:clientID. Replace ID with the correct of the web and the client - which you can both find in the path. If the path is /var/www/clients/client3/web56, the group ID is 3 and the web ID is 56, so the permissions would be web56:client3
hi till, file permission are set to 0711 and that was the problem. when I set all files to 750 problem solved.