On 2026-03-08, Borden wrote: > Needless to say, it still doesn't work with this change enacted. As a > reminder, apache2/error.log reads:
But it fixes the lock error we begin with. > [dav:error] [pid Y:tid Y] [client 127.0.0.1:46XXX] Unable to PUT new > contents for /webdav/test-text-file.txt. [500, #0] > [dav:error] [pid Y:tid Y] (30)Read-only file system: [client > 127.0.0.1:46XXX] An error occurred while opening a resource for > writing: /var/www/html/webdav/test-text-file.txt. [500, #0] This error is a new one. It seems to be about filesystem rights on /var/www/html/webdav/. To make sure it is the problem please provide sudo -u www-data touch /var/www/html/webdav/newtest ps aux|grep apache ls -ld /var/www/html/webdav ls -al /var/www/html/webdav/

