This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Publish Web!

Hi all,

I have one static ip, and 10 web server for 10 web domain.
all Web domain uses port 80.
how can i publish web with one static ip with ASG ?

Rgds,


This thread was automatically locked due to age.
  • Currently (I don't know about the reverse HTTP Proxy in V8), your webserver must handle this after you DNAT all incoming web service traffic to it: 'Internet -> Web Surfing -> External (Address) : DNAT to Webserver' (leave 'Destination service' blank!).

    Cheers - Bob
  • Hi Bob,

    I'd suggest the WAF feature as this is exactly what you are looking for. You'll have to use the v8 beta, obviously, which is not yet supported, so you'll do this on your own risk.
    You can configure your ASG to listen on a single IP and forward the requests in regards to which domain they address to different backend servers / services.

    I personally for example have configured several aliases with my dyndns-account that point to various internal HTTP resources. By the way, port rewriting is also possible.

    Christian
  • Thank Christain,
    This is good idead, i will try test that way. hope successful.

    Son,