You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Robert Jaeschke <ja...@cs.uni-kassel.de> on 2006/08/31 18:46:54 UTC

[users@httpd] mod_proxy and unwanted decoding of URLs (related to bug 15207)

Hello,

I'm using Apache (2.0.59) and mod_proxy as reverse proxy and want the
remote server pass URLs like

http://foo.com/bar/black%26white

Unfortunately, when using mod_proxy with ProxyPass and ProxyPassReverse,
this URL is rewritten to

http://foo.com/bar/black&white

which is bad (since on the remote server it is rewritten to
http://foo.com/bar?q=black&white instead of
http://foo.com/bar?q=black%26white - you see the problem?)

So how can I advise mod_proxy to not touch my URLs and just pass them
as they are?


I think this is closely related to this Bug:
http://issues.apache.org/bugzilla/show_bug.cgi?id=15207
There Zvi Har'El says, that behaviour seems to be OK. Is there a way to
prevent it?


Thanks a lot,


Robert Jäschke


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org