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