gpt4 book ai didi

django - route53 裸域未到达亚马逊弹性负载均衡器

转载 作者:行者123 更新时间:2023-12-02 03:51:53 25 4
gpt4 key购买 nike

我目前正在为指向同一网站的 2 个域使用 route53。

假设它们是 www.example.comwww.example.com.xx,我创建了 2 个托管区域并维护了默认创建的配置。因此,最初我在每个托管区域中都有 NSSOA 的条目。

我的 EC2 实例在 Elastic Load Balancer 后面,所以我的第一步是为两个域和它的裸域创建别名,具有以下场景:

www.example.com

name                             type                   value
example.com.               NS                    Generated value
example.com.               SOA                 Generated value
example.com.                 A                      ALIAS to my ELB
*.example.com.               A                      ALIAS to my ELB
www.example.com.        A                      ALIAS to my ELB

www.example.com.xx

name                                  type                   value
example.com.xx.               NS                    Generated value
example.com.xx.               SOA                 Generated value
example.com.xx.                 A                      ALIAS to my ELB
*.example.com.xx.               A                      ALIAS to my ELB
www.example.com.xx.        A                      ALIAS to my ELB

两个域都指向同一个 ELB,其中 Apache 配置为 example.com。然后,如果 request.get_host 包含 .com.xx 子字符串,我的 Django 应用程序子域中间件将重定向到 example.com(301)。

对于 www.example.com 和 example.com,对于 www.example.com.xx,它工作得非常完美,我的问题是 example.com.br 永远不会到达我的服务器。

我已经尝试创建一个 PTR 条目 example.com.br -> www.example.com.br,但这不是解决方案。

任何人都可以指出我的这个裸域的 DNS 配置哪里出了问题?

谢谢

最佳答案

首先让我们担心 example.com.br。 [www.example.com.br 我们稍后会采用]

您是否对您的域名注册商进行了更改?以便提供与亚马逊一样的 DNS 服务器?当你这样做时你得到的输出是什么:nslookup example.com.br

还有输出是什么ping example.com.br

关于django - route53 裸域未到达亚马逊弹性负载均衡器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14072286/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com