Koozali.org: home of the SME Server

Yet another port forwarding apache question :)

achandra

Yet another port forwarding apache question :)
« 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:

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Yet another port forwarding apache question :)
« Reply #1 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.
...