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 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-29 13:26 ------- (In reply to comment #11) > Ruediger, > > (In reply to comment #10) > > As said most of them are done in the translate_name hook and some in the > > fixup > > hook, but in the general I think this can happen in other hooks as well > > (possibly due to other 3rd party modules). That said I currently have no > > good > > starting point how to do this properly. The only option that might open a > > possibility would be subrequests. > > I've done some hacking on the mod_rewrite and the Destination header. The full > patch is attached, please, have a look. I've tested it, and it works for me as > expected. Many thanks for your continued work on this. Sorry, I guess it is my fault that I did not explain the problem clearly enough. To be honest I have not looked at your patch in detail now, but however perfect it may be for the mod_rewrite case it will not fix the problem, because mod_rewrite is only *one* module that could break. The final solution needs to deal with *any* module that adjusts the original uri during request processing, so even third party modules and modules that have not been written yet. But digging somewhat deeper I noticed that since 2.2.x the Destination header gets rewritten in the same way as the Location header. So you can configure this properly via ProxyPassReverse (which you need to do anyway to get the redirects fixed). Of course there is still a documentation bug as the documentaion of ProxyPassReverse fails to document this behaviour. -- 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]
