I have a peculiar problem. I am using Apache as a WebDav server and have placed a reverse proxy in front of it.
When my client makes any COPY/MOVE/PROPMOVE requests i get a 502 error.
I debugged the headers and saw that though the Host header is managed by the proxy server, the Destination header field still points to the reverse-proxy that has been mapped to the WebDav server.Since this Destination header is not the origin server, Apache gives 502.
Does anyone know how to solve this problem I think i can solve it by using Virtual Mutli hosting, but am not sure how.
CLIENT----HTTP---->REVERSEPROXY---HTTP--->APACHEWEBDAV
The mapping for the reverse proxy is http://reverseproxy/ --> http://apachewebdav/WebDav http://reverseproxy/ <-- http://apachewebdav/WebDav
TIA regards Maneesh.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
