我在Debian上运行了一个亚马逊EC2。还有一个域名:flavienm.com 服务器运行Apache 2.4.10
我尝试设置子域名:eyewall:flavienm.com
在我的网站中,我得到了:
在我的网站中,我得到了:
在apache.conf中,行:sites-enabled / * .conf就在那里。
我使用UserDir mod,然后到flavienm.com/~eyewall我看到了页面。
我已经在OVH中配置了DNS区域:eyewall.flavienm.com - > CNAME - > flavienm.com。
commande apache2ctl -S返回:
VirtualHost configuration:
*:80 is a NameVirtualHost
default server flavienm.com (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost flavienm.com (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost eyewall.flavienm.com (/etc/apache2/sites-enabled/eyewall.flavienm.com.conf:1)
当我尝试访问eyewall.flavienm.com时,它会去找flavienm.com,那么我想念的是什么?
答案 0 :(得分:0)
我发现了问题。
清除浏览器的缓存。
谢谢你