dr-xr-x--x 10 webapps apache 4.0K 2022-03-12 02:15 www
drwxr-xr-x 5 root root 4.0K 2022-05-13 03:17 html
I changed this like you:Your /var/www should look like this:
[root@server var]# chmod 551 /var/www
[root@server var]# ls -lad /var/www
dr-xr-x--x. 10 webapps apache 4096 Jan 29 02:41 /var/www
The /var/www/html should be this:
[root@server www]# chmod 755 /var/www/html
[root@server www]# ls -lad /var/www/html
drwxr-xr-x. 5 webapps webapps 4096 Jun 7 20:56 /var/www/html
Can you do a ls -la inside the roundcube directory too?
Still the same permission problem? That's odd.But there is still a problem.
chown webapps:webapps /var/www/html/roundcube -R
cd /usr/local/directadmin/custombuild
./build update
./build rouncube
yesStill the same permission problem? That's odd.
I tested this before and the problem is not solved.Maybe it's something underneath, try this:
I also checked this and it is 1777.Check if it's set to chmod 1777
Unfortunately, I did this before and the problem is not solved.If the error still persists, try to rebuild roundcube.
Unfortunately, I tried it before and it is uselessReset your global permission with the permission script
Code:cd /usr/local/directadmin/scripts ./set_permissions.sh all