Proxy Tomcat
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
To
:
users@xxxxxxxxxxxxxxxx
Subject
: Proxy Tomcat
From
: Ricardo Bayley <
ricardo.bayley@xxxxxxxxx
>
Date
: Fri, 18 Nov 2011 18:54:15 -0300
Reply-to
:
users@xxxxxxxxxxxxxxxx
Hi folks,
I am trying to proxy a request.
I have this input
http://someAddress/wms?val1=1&val2=2
it should be turned into
http://10.0.0.2:8080/gwc/service/wms?val1=1&val2=2
ProxyPassReverse /
http://10.0.0.2:8080/
ProxyPass /
http://10.0.0.2:8080/
RewriteEngine On
# RewriteCond
some condition
RewriteRule ^/wms(.*)$
http://10.0.0.2:8080/wms%{QUERY_STRING}
[P]
If I write => RewriteRule ^/wms(.*)$
http://10.0.0.2:8080/wms
?
%{QUERY_STRING} [P]
then %{QUERY_STRING} wont be placed.
But if I don't place the "?" then I am not properly forming the request.
Can anyone help ?
best regards,
Ricardo
Follow-Ups
:
RE: Proxy Tomcat
From:
Alex Samad - Yieldbroker
Re: Proxy Tomcat
From:
congo thomas
Prev by Date:
Re: enlightenment about the "require" directive
Next by Date:
Re: Proxy Tomcat
Previous by thread:
enlightenment about the "require" directive
Next by thread:
Re: Proxy Tomcat
Index(es):
Date
Thread
[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]