[GoLUG] Mailing list, long term.
Ron
ron at bclug.ca
Fri Aug 15 15:08:39 EDT 2025
Barry Fishman wrote on 2025-08-15 08:52:
>> What might be some methods to disallow two identically named
>> MindMeld servers on the same IP and port?
>
> This doesn't seem to be a issue with HTTP. I presume if the two
> servers are sharing an IP address, they are NAT-ed so their packets
> don't get confused.
With HTTP there is only ever one server instance listening on an IP:host
port.
It can use SNI (Server Name Indication?) to determine which domain is
requested thus which DocumentRoot (Apache) or Location (nginx) to serve.
Alternately, one server as a reverse proxy to other servers on other ports.
More information about the GoLUG
mailing list