You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/08/23 09:27:22 UTC

DO NOT REPLY [Bug 51707] ProxyPassReverse issues within (different to 38864)

https://issues.apache.org/bugzilla/show_bug.cgi?id=51707

--- Comment #1 from Matthew Byng-Maddick <ma...@bbc.co.uk> 2011-08-23 07:27:22 UTC ---
Obviously, the second half of the problems described below can be solved by the
trivial change of:
-    new->raliases = apr_array_append(p, base->raliases, add->raliases);
+    new->raliases = apr_array_append(p, add->raliases, base->raliases);

Cheers

MBM

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org