I've used this rewrite-rule.
It works fine but the problem is that images in the web pages on the web
server (they have absolute links)
doesn't appear.
if u get the path of the image and paste it in internet explorer, you
get a redirection to the proxy server but the image doesn't appear
(i.e. redirection in the URL occurs but the image isn't fetched)
Thnx 
Ashmawy

-----Original Message-----
From: Bill Hilf [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 30, 2001 5:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Reverse Proxy


I'd use mod_rewrite in your reverse proxy :

RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R]

Here's the user guide:
http://www.engelschall.com/pw/apache/rewriteguide/

-Bill

Mohamed Elashmawy wrote:

>I've setup the reverse proxy.
>Is there a way to make apache change the absolute URLs.
>I mean that there are links that are sent to the client through the
>reverse proxy that point to the web server (absoute not relative) so
>when they are pressed they send the user to the webserver (They are not
>actually links but redirections but it's the same case)
>Is there a solution for that???
>THnx a lot in advacne
>


Reply via email to