Hi Rene,

While I don't have any working configuration, I do have a strong
recommendation: Don't rewrite urls.

Reverse proxies will work totally fine if you proxy from:

http://public.example.org/foo/bar

to

http://interal.example.org/foo/bar

But as soon as you start messing with the "/foo/bar" part and tack
on/remove a prefix, things break.

This should be of no surprise, because reverse proxies can only
translate the actual URL of the request clients are doing, but they
typically don't rewrite XML bodies and HTTP headers to update relative uris.

Evert

On 2016-09-13 01:46 PM, René Glauser wrote:
> Does anyone have a working configuration for apache reverse-proxy in
> front of SabrDAV WebDav-Server?
> 
> Thanks
> René
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "SabreDAV Discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to sabredav-discuss+unsubscr...@googlegroups.com
> <mailto:sabredav-discuss+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sabredav-discuss/f4f730be-81c3-46a0-a2d0-2e7d1349fed4%40googlegroups.com
> <https://groups.google.com/d/msgid/sabredav-discuss/f4f730be-81c3-46a0-a2d0-2e7d1349fed4%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sabredav-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sabredav-discuss/22b9a18b-8d68-d99a-8f6a-09cff4a83cc0%40evertpot.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to