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
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
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