我正在按照不同的教程来设置和运行我的博客。我在 AWS 上安装了 WP,它运行良好。然后我创建了 Elastic IP 并在我的域 dns (hover.com) 中使用该 IP。我使用了以下条目
hostname > www
recordtype > A
value = <my_elastic_ip>
之后,我也更改了 wordpress 站点中的站点网址。为了确认地址是否已更改,我发出以下命令来查看列出的内容
[aws_ssh_connection ~]$ curl localhost | grep wp-content
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7965 100 7965 0 0 56891 0 --:--:-- --:--:-- --:--:-- 57302
<link rel='stylesheet' id='stock-style-css' href='http://www.<my_domain>/wp-content/themes/stock/style.css?ver=4.4.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.<my_domain>/wp-content/themes/stock/js/navigation.js?ver=20120206'></script>
<script type='text/javascript' src='http://www.<my_domain>/wp-content/themes/stock/js/skip-link-focus-fix.js?ver=20130115'></script>
所以它显示网站地址已更改,但是当我在浏览器中输入我的域名地址时,它会尝试连接到我的域名,然后出现错误该网页不可用
另外,我确实检查过了我的 DNS 解析了什么并显示弹性 IP 地址。那么我认为它已正确配置?
我做错了什么吗?还是我得等一段时间?
答案1
我搞明白了。分配新 IP 时,我尚未将 IP 与实例关联。一切都很好 :)