> From: Discuss [mailto:[email protected]] On
> Behalf Of Stephen Adler
> 
> the use of apache virtual
> hosting, the question I have is if there is any reason to use more then
> 1 static IP address to run my web and sshd services from my basement
> server?

In the distant past, you needed multiple IP addresses to name based virtual 
hosting with SSL, but that problem was solved by SNI, Server Name Indication. 
Some very old clients (old versions of XP, and Android 2, and very few others) 
still don't support SNI, but those clients are inherently insecure, so maybe 
it's *good* to drop SSL support for those clients, and make no pretense that 
anything they do is secure. SNI was introduced in TLS 1.0, which is currently 
the oldest unbroken version of SSL/TLS. Anything older than TLS 1.0 is SSLv2 
and SSLv3, both of which are deprecated and broken.

If you have more than one physical server (and no firewall/NAT box/load 
balancer) then you might need more than one IP address. 

Aside from these issues, apache can serve all your content over a single IP 
just as well as it can over multiple IP's.
_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to