DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41698>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41698 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mod_proxy |Documentation Summary|If Apache is used as the |Site documentation of Header |reverse proxy for the DAV- |edit is missing |enabled server (for example,| |SVN or GIT repository) | Summary|it will not rewrite the | |'Destination' header using | |the information from the | |ProxyPass directives. This | |will break DAV COPY and MOVE| |requests (and probably some | |other ones). This is rather | |well-known problem: see | |http://silmor.de/49 and | Summary|http://svn.haxx.se/users/arc| |hive-2005-03/1452.html. The | |Apache's HEAD can cure the | |problem by the rewriting via| |RequestHeader | Summary|but the cleaner way to go is| |to enable mod_proxy_http to | |handle the 'Destination' | |header. The patch provided | |by the URL does this. I've | |tested it with the HTTPS | |Apache reverse proxy and the| |DAV backend served by | |Apache's native DAV via | |HTTP. | ------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 12:57 ------- Please see http://httpd.apache.org/docs/2.3/mod/mod_headers.html#header I don't know why the documentation of this fix hasn't made it through to 2.2. The fix itself is in 2.2.4. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
