Question

Who can explain how to set multi internet IP point to a single domain in gwan server?
How to set the listeners and vhosts in gwan server?
For example, abc.com are pointed by
123.456.345.34, and 345.567.789.56, and 123.123.123.112 and ...

Was it helpful?

Solution

If you read http://gwan.ch/faq#listener you can see the answer. If you want to use on gwan server instance, just use /gwan/0.0.0.0_80/$abc.com The 0.0.0.0 will listen on port 80 to all ip addresses set on your system. It's the simplest and most flexible solution.

But why do you have 3 ip addresses for the same domain? Normally this is used when you have three different server answering on round robin, or other high availability configuration...

And you know that ip addresses end on 255 right ;)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top