On Saturday, March 16, 2019 at 12:18:52 AM UTC+1, [email protected] wrote:
>
>
> Did someone managed to get webdav saves work under apache2 web servers in
> a more protocolar way ?
>
This configuration is working for me on Apache 2.4 (Raspbian):
.
<Location /dav/doc>
RequestHeader edit "If-Match" '^"((.*)-(gzip|br))"$' '"$1", "$2"'
DAV On
AuthType Basic
AuthName "webdav"
AuthUserFile /var/www/passwd.dav
Require valid-user
</Location>
The first line solves the problem of Etags not working when server side
compression is enabled. It's an adaptation of this:
https://bz.apache.org/bugzilla/show_bug.cgi?id=45023#c26
As I detailed in the topic by PMario, his alternative saver does not work
for me.
Hope this can be useful.
Cheers.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/00e7b814-a11f-4e2e-b966-7ffdcd193ec4%40googlegroups.com.