Server Name Indication

SNI or Server Name INfication is a way for clients to indicate which server they are requesting via https.

It is a nice and easy way to host multiple domains on a single IP address.

Check out https://interweps.nl/ aswell . . it is hosted on the same IP address as this web page.
Makes you think ;)

BTW  I'm working on a simple Apache 2.2 sni tutorial.