在 IIS 绑定中设置主机名会破坏网站
我刚刚获得 Windows Server 2008 VPS,但在设置 IIS7 时遇到问题。
我在 IIS 中使用路径、IP 地址和主机名(如“www.nameofsite.com”)创建了一个新网站,然后单击“确定”。 当我浏览该网站时,它会在浏览器中显示“http://www.nameofsite.com”。 ..什么都没有...IE无法显示该网页。
如果我清空绑定中的主机名并单击 [浏览],它可以正常工作(它会将我带到 http://10.10.2.92 - 计算机的IP)。 因此输入主机名会破坏网站。
对我所缺少的有什么想法吗? 我可能没有运行的服务或我缺少的角色?
VPS 上最初没有安装服务器角色,因此我安装了 IIS、DHCP、DNS 和应用程序服务器……有点过头了,但我不确定要安装什么。
I just got a Windows Server 2008 VPS and I'm having trouble getting IIS7 setup.
I created a new website in IIS with the path, ip address, and hostname (like 'www.nameofsite.com') and click OK. When I browse to the site it pulls up "http://www.nameofsite.com" in the browser and... nothing... IE cannot display this webpage.
If I blank out the hostname in the bindings and click [Browse] it works fine (it takes me to http://10.10.2.92 - the computer's ip). So entering the hostname breaks the website.
Any ideas on what I'm missing? Services I might not have running or roles I'm missing?
No server roles were initially installed on the VPS so I installed IIS, DHCP, DNS, and Application Server... overkill, but I wasn't sure what to install.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先它必须位于 DNS 或客户端计算机的主机文件中。 要测试这一点,您可以将主机名添加到服务器主机文件中。
转到开始-> 运行并输入“drivers”更改到要编辑hosts文件的etc目录。 其中的条目就像本地 DNS。 他们只能在本地机器上工作!
First it has to be in DNS or the client machines hosts file. To test this you can add the hostname to the servers hosts file.
Go to start -> run and type "drivers" change to the etc directory you want to edit the hosts file. The entries in it are like a local DNS. They only work on the local machine!
您必须使用外部 DNS 而不是内部 DNS 才能使其在互联网上可见。 更改注册商处的 DNS 指针或用于外部 DNS 传播的任何内容。
You must use EXTERNAL DNS not Internal DNS to make it visible across the internet. Change the DNS pointer at your registrar or whatever you are using for external DNS propagation.