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