RE: [users@httpd] ProxyPass with variables...

2005-06-17 Thread Axel-Stphane SMORGRAV
If it almost works, we are almost not going to change it. Actually I do not understand how your configuration can possibly work for any other URL than http://app.mydomain.com/client1 which would be passed to the backend as http://client1.app.mydomain.com/b2b, whereas

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Axel-Stphane SMORGRAV
You probably get a redirection to http://localhost:8080, right? Add ProxyPassReverse / http://localhost:8080/ This will replace any redirection to http://localhost:8080/ with a redirection to /. If that does not work, try to explain more thoroughly what the problem is, i.e. exactly

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Fabricio Luiz Machado
Ian, It rewrites an URL like http://app.mydomain.com:8080/client1;, and I want to keep the default port (80) on URL, like: http://app.mydomain.com/client1;. Understood ? Sorry about my poor english... Regards, Fabricio. --- Ian Huynh [EMAIL PROTECTED] escreveu: Fabricio Sorry I don't

[users@httpd] ProxyPass with variables...

2005-06-15 Thread Fabricio Luiz Machado
Hi there! I integrate Apache + JBOSS with mod_proxy and it´s working fine to me. Now, I will have a big application, for hundreds of different profile clients. These clients must access the application with an URL like this: http://app.mydomain.com/client1 http://app.mydomain.com/client2