COPY and reverse-proxies
From: Konrad Rosenbaum <konrad_at_silmor.de>
Date: 2006-12-29 20:44:45 CET
Hi,
in order to limit the damage if one of my dozens of web applications is
Now the problem is: if I try to commit a change that contains a copy
I traced this back to be generated by mod_dav in my SVN-background Apache,
SVN sends to the proxy (Apache/SSL):
The proxy only rewrites the request URL, but not the other headers, so the
...and immediately recognizes that it is definitely not responsible for
None of the Apache-Modules seems to be able to handle this situation:
mod_rewrite is very happy to rewrite URLs, but that is already taken care of
mod_headers is not able to change parts of headers, only to staticly
mod_ext_filter only filters the body
Does anyone have a solution for this? Is mod_perl able to do such magic? (If
Or do I need to backport the new mod_headers?
Konrad
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.