Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-09 Thread Krist van Besien
On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: thanks for the tip. I did that and it showed that the proxying worked, but the remote server threw me a redirect, and my browser followed that and ended up bypassing the reverse proxy! Another tip: Get Firefox (if you haven't got it allready) and

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Ron Arts
Krist van Besien wrote: On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_r

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Krist van Besien
On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_rewrite. But this: Re

[EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-06 Thread Ron Arts
Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_rewrite. But this: RewriteEngine on RewriteRule ^dev/([0-9.]*)/(.*) h