> What you _can_ do, is run SSL on multiple ports, so SSL-Web-A uses port
> 443, SSL-Web-B uses port 444 etc.
This is the easier solution to implement.
Q: Is there more to this than creating the certificate for the additional SSL port:444 and then linking Web-B to 444 in Web-B's virtual-host property page?  I assume the url would behttps://www.myWeb-B.com:444.  Correct?