-
Notifications
You must be signed in to change notification settings - Fork 1
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
wip: Trying to get webdav working #23
base: master
Are you sure you want to change the base?
Conversation
Looks like lighttpd mod_proxy in your config handles all requests before lighttpd mod_webdav gets a chance.
You might want something like the following, though you really ought to use the same
If only
|
Tried to implement, but I can't seem to get anything working at the moment. It was a great idea @gstrauss |
Please check that you are testing with the latest version of lighttpd, currently lighttpd 1.4.65. |
Previous version of thte lighttpd was version 1.4.64 |
FYI: I have a local development build of lighttpd 1.4.65 and when using a similar httpd.conf to what you have in this WIP, I had no problems connecting to a webdav share when using cadaver. |
Thanks for the help. I have a feeling now that there could be something in the embassy-os that is restricting this dav, could be nginx or something about docker. |
@gstrauss Thanks for the sanity check, I'm assuming now that the lighttpd is right |
x86_64 linux with a direct connection from cadaver to lighttpd on localhost (and no intermediate proxies) Yes, my intention was to help with a basic sanity check and let you know that things could work. Since a quick search turns up other github repos with docker configs for using lighttpd and mod_webdav, I think there is something specific to your config / embassy-os. |
No description provided.