Re: [users@httpd] Currently facing some reverse proxy issues

2013-04-11 Thread Loic Paturel
Hi Daniel, This is the trail I was following lately. After some lookups on the traffic with an HTTP debugger, it turns out that you were right about the string substitution. I've managed to change some things on the application and it now works out as it is supposed to do ;-) Thanks for your help

Re: [users@httpd] Currently facing some reverse proxy issues

2013-04-10 Thread Loic Paturel
ppServer:port1 > /subdirectory > > ProxyPass /version_App2/subdirectory http://ipAppServer:port2/subdirectory > ProxyPassReverse /version_App2/subdirectory http://ipAppServer:port2 > /subdirectory > > Phil. > > > On 9 April 2013 16:14, Loic Paturel wrote: > >> Hell

[users@httpd] Currently facing some reverse proxy issues

2013-04-09 Thread Loic Paturel
Hello there, I'll try to explain my issue as clearly as possible. My architecture looks like this : some web space <---> outside server (apache server) <---> application server I've defined a VirtualHost on some outside server ip:port and then some location inside this VHost. This configuration h