> http://tomcat:8080//app?variables
>
> ** **
>
> all with just using proxypass, proxypathreverse (my understanding) is when
> you change the path bit.
>
> ** **
>
> And mod_rewrite is when you want to do extra special things to the url,
> apart from simple
>
> And you make a request for
>
> http://reverseproxy/somepage.cgi?somearguments
>
> ** **
>
> it converts its into
>
> ** **
>
> http://reverseproxy/gwc/service/somepage.cgi?somearguments
>
> ** **
>
> ** **
>
> Which is what you want
roxyPass / http://10.0.0.2:8080/gwc/service/
>
> ** **
>
> Alex
>
> ** **
>
> *From:* Ricardo Bayley [mailto:ricardo.bay...@gmail.com]
> *Sent:* Saturday, 19 November 2011 8:54 AM
> *To:* users@httpd.apache.org
> *Subject:* [users@httpd] Proxy Tomcat
>
> ** **
>
&g
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 *som