Christian Darnell wrote:
> I'm not sure what you mean, could you give an example?

In your VirtualHost:

<VirtualHost *:80>
        ServerName IDontRememberWhichOneWasButIsTheOneYouWantToRedirect
        ProxyVia Off
        ProxyPass / http://the.ip.of.theotherserver:81/
        ProxyPassReverse / http://the.ip.of.theotherserver:81/
</VirtualHost>

Of course you need mod_proxy loaded in your configuration.

Davide

-- 
Damn, this sounds just like my NT machine here at work. Also, it was
shaped sort of like a big gonzo potato-peeler. -- Carl Jacobs
Oh, it's a Compaq... -- Henrik

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to