Check this reply of Tom on a question of the problem which I am trying to fix so I asked this question http://www.spinics.net/lists/apache-users/msg95596.html It is not possible to configure application the way Tom suggested as the documentation of that application is not complete. On their forum after my questions they updated their documentation. The documentation of that application is incomplete so I used this logic which I asked in this thread. Z--B--C B to C ProxyPass / http://localhost:9090/portal ProxyPassReverse / http://localhost:9090/portal B and C are same machines for understanding I made different C is a server not apache. URLs generated by application at B GET /library/skin/default/portal.css GET /portal/styles/portalstyles.css GET /library/js/jquery.js are satisfied request but if this is reverse proxied to Z and at client browser as request goes for GET /library/skin/default/portal.css GET /portal/styles/portalstyles.css GET /library/js/jquery.js the above are not defined since /library is just one example there are n number of different path that application is generating I have not developed application, I did try to set it to what ever possible extent I could but finally at Z no ProxyPass /library http://C:9090/library ProxyPassReverse /library http://C:9090/library so the path breaks in between. I tried creating a vhost at B itself and at Z that to ProxyPass to B and at B ProxyPass to http://localhost:9090/portal On Sun, Jul 18, 2010 at 5:59 PM, Eric Covener <covener@xxxxxxxxx> wrote: >> Is this way of using vhosts or ReverseProxy wrong ? > > No, is there an actual problem? Why are you pasting the same > configuration in a dozen threads? > > -- > Eric Covener > covener@xxxxxxxxx > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > -- Tapas http://mightydreams.blogspot.com http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx