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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux