Re: [users@httpd] Proxy Tomcat

2011-11-22 Thread Ricardo Bayley
you change the path bit. ** ** And mod_rewrite is when you want to do extra special things to the url, apart from simple change of path. ** ** Alex ** ** ** ** *From:* Ricardo Bayley [mailto:ricardo.bay...@gmail.com] *Sent:* Sunday, 20 November 2011 6:18 AM *To:* users

Re: [users@httpd] Proxy Tomcat

2011-11-19 Thread Ricardo Bayley
/ ** ** 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, ** ** I am trying to proxy a request. I have this input http

Re: [users@httpd] Proxy Tomcat

2011-11-19 Thread Ricardo Bayley
://reverseproxy/somepage.cgi?somearguments ** ** it converts its into ** ** http://reverseproxy/gwc/service/somepage.cgi?somearguments ** ** ** ** Which is what you want ? ** ** Alex ** ** *From:* Ricardo Bayley [mailto:ricardo.bay...@gmail.com] *Sent

[users@httpd] Proxy Tomcat

2011-11-18 Thread Ricardo Bayley
Hi folks, I am trying to proxy a request. I have this input http://someAddress/wms?val1=1val2=2 it should be turned into http://10.0.0.2:8080/gwc/service/wms?val1=1val2=2 ProxyPassReverse / http://10.0.0.2:8080/ ProxyPass / http://10.0.0.2:8080/ RewriteEngine On # RewriteCond *some