Forum Moderators: phranque

Message Too Old, No Replies

URL Rewrite for Reverse Proxy COnfiguration

how to keep query strings when using URL Rewrite directive [P]

         

tomjose

7:30 am on Dec 17, 2007 (gmt 0)

10+ Year Member



Hi all,

We are implementing an external facing portal for our SAP systems.

Our external url will be of the form [externaldomain.com...] which in turn should rewrite to [internalportal.com:50000...]

The basic URL rewrite rules work properly. But while rewriting, the proxypass module of apache server drops the query string and gives an output of the form [externaldomain.com...]

Is there any way to append the query string to the request URL while rewriting?
Yes, it is possible if we are using a normal [R] redirect directive. But it fails when I do the reverse proxying using [P] directive .

Can anyone help us out?

Thanks a lot in Advance

Tom