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] RewriteRule problems

2005-06-16 Thread Axel-Stphane SMORGRAV
L is not necessary when you use P. P will force the request to be handled by mod_proxy. -ascs -Original Message- From: Ian Huynh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 7:08 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] RewriteRule problems what does your

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] mod_deflate w/reverse proxy

2005-06-14 Thread Axel-Stphane SMORGRAV
Take a look at http://issues.apache.org/bugzilla/show_bug.cgi?id=31226. There is apparently a problem with AddOutputFilterByType. I've had the exact same problem. The solution I chose was to use SetOutputFilter (instead of AddOutputFilterByType) and use other means for selecting what resources