https://bz.apache.org/bugzilla/show_bug.cgi?id=65823
--- Comment #5 from Ruediger Pluem <rpl...@apache.org> --- (In reply to Dr. Rolf Jansen from comment #4) > Please may I ask a question? > > I was under the assumption that the proxy module corrects the Location: > response header field. > > Is that assumption correct? Yes and no. It does not do anything specific to slashes, but it does changes if asked to via the ProxyPassReverse directive. The only thing that you should take care when using ProxyPassReverse is that both arguments should either end with a slash or not. You should not have directives where the first argument ends on a slash and the second does not or vice versa. With regards to Webdav you should keep in mind that absolute URL's are not only passed in the Location header but also in the request / response body for certain methods like MOVE or COPY. This can cause issues if backend and frontend URL's are different since they are not rewritten on the reverse proxy like Location headers can be with ProxyPassReverse. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org