-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webdav issue on PUT #243
Comments
I wonder if this could be your issue: https://serverfault.com/a/716789 |
Thanks for the link, I checked and tested the permissions but it's not that unfortunately. I do not understand this error log line:
|
It looks like it's trying to put the file in a location that isn't allowed by Apache (it seems to be trying to put it either in root or |
Have you tried using the the directive:
|
yes I tried this, but still doesn't work. I also checked the permissions on the root and Another thing is that exploring with the browser the webdav url, I see many empty files called like: |
the |
Yeah I created it.
dav.conf:
|
This is my starting point https://github.com/rucio/containers/tree/master/webdav I opened an issue there, no response yet |
The issue above has been resolved here. |
It's still weird that our webdav support isn't working, but I'm glad your use case is fixed! |
Hello, I'm running a webdav server using this image
http:bookworm
as base.When I try to PUT a file with:
I get:
And the log from the server is:
When I created the image I installed the apr and aprutil packages with this line:
I saw the line
BDB0004 fop_read_meta: /var/lib/dav/DavLock: unexpected file type or format
may be linked to this issue, but I'm on debian bookworm.Any hint about what may be the problem?
Thanks
The text was updated successfully, but these errors were encountered: