Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: achandra on September 19, 2006, 11:20:48 AM

Title: Yet another port forwarding apache question :)
Post by: achandra on September 19, 2006, 11:20:48 AM
Lets say you have a port 80 request coming into server/gateway setup --

any request to foo.org hits a server/gateway and then forwarded to an internal server that handles the port 80 request.

How do you handle a request to another server...say moo.foo.org which all togther another server internally??

 :roll:
Title: Re: Yet another port forwarding apache question :)
Post by: raem on September 19, 2006, 12:26:55 PM
achandra

You can only forward a port once.
To forward web http requests for multiple domains you would use proxy pass, either the contrib or a suitable template entry.
Search the forums & you will find links to the contrib & I think I also saw some related templates too.