change of path.
>
> ** **
>
> Alex
>
> ** **
>
> ** **
>
> *From:* Ricardo Bayley [mailto:ricardo.bay...@gmail.com]
> *Sent:* Sunday, 20 November 2011 6:18 AM
>
> *To:* users@httpd.apache.org
> *Subject:* Re: [users@httpd] Proxy Tom
6:18 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Proxy Tomcat
Hi Alex,
No, I want is this.
request => http://server01/wms?somearguments
converts => http:// server02:8080/gwc/wms?somearguments
This should be proxied, not redirected.
If I do what u mention, dont know why argumen
?
>
> ** **
>
> Alex
>
> ** **
>
> *From:* Ricardo Bayley [mailto:ricardo.bay...@gmail.com]
> *Sent:* Sunday, 20 November 2011 2:12 AM
> *To:* users@httpd.apache.org
> *Subject:* Re: [users@httpd] Proxy Tomcat
>
> ** **
>
> Hi Alex, and
?somearguments
Which is what you want ?
Alex
From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com]
Sent: Sunday, 20 November 2011 2:12 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Proxy Tomcat
Hi Alex, and Congo, I dont see how to concat the Proxy http://10.0.0.2/etc with
the "?"
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
Why not have
ProxyPassReverse / http://10.0.0.2:8080/gwc/service/
ProxyPass / 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
Hi folks
Hello Ricardo,
What i usually do for geo services, is to have a dedicated vhost for each
service, i.e. one for your geowebcache and one for the mapservice, then
its easy to proxy all wms requests onwards to the geowebcache, which
subsequently could parse the requests to a basic wms service somewhe
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