【发布时间】:2014-02-28 20:03:32
【问题描述】:
关于虚拟主机状态的 Apache 文档:
Your server has a single IP address, and multiple aliases (CNAMES) point to this machine in DNS. You want to run a web server for www.example.com and www.example.org on this machine.
我是否可以假设我也可以使用 A DNS 记录将两个域绑定到这个单个 IP 地址,而不是为指向第一个域的另一个域创建一个 A 记录和 CNAME 记录?我的意思是它不会影响 Apache 的功能。
【问题讨论】:
标签: apache dns virtualhost cname