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-11 Thread Daniel Ruggeri
On 4/10/2013 7:25 AM, Loic Paturel wrote: > Hi, > thanks for your answer. > I've tried to put both directives outside my tags but the > behavior is still the same with this configuration. > At that time, I've to choose whether I configure version1 or version2 > inside apache but I can't reach both

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

2013-04-10 Thread Loic Paturel
Hi, thanks for your answer. I've tried to put both directives outside my tags but the behavior is still the same with this configuration. At that time, I've to choose whether I configure version1 or version2 inside apache but I can't reach both without re-configuring it. The link you're providing

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

2013-04-10 Thread Philip Wigg
Try removing your ProxyPass and ProxyPassReverse directives from inside directives and just put them directly inside your Then use them as detailed in the docs:- http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass i.e. something like:- ProxyPass /version_App1/subdirectory http://ipA

[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