Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 2012 Server with SQL Web 上运行的 EC2 实例可以同时关联多少个域?
我们在这些服务器上托管 5*n 个域名,n 代表我们彼此并行运行的版本数。
这个问题不是很清楚,但只需一个 ElasticIP,您就可以为该 IP 托管几乎无限的域名。然后使用 Apache Virtuahosts 或 IIS 等价物为网站提供服务。只需将所需的 DNS 记录指向与 EC2 实例关联的 ElasticIP。
对此有许多可能的限制,例如存储、内存、同一 IP 上的 SSL 证书等。
没有限制,只要您的服务器不倒下。