网络服务器找不到自己的网址

发布于 2024-11-09 22:32:16 字数 249 浏览 3 评论 0原文

我有一台 Windows Server 2008,上面运行着 2 个 Web 应用程序:www.myapp.com 和 update.myapp.com。当我不在我的网络服务器上时,网址工作正常,但当我的服务器请求这些网址时,它们不起作用。但是,本地主机可以在网络服务器上运行。服务器也可以正常访问其他网站。

现在我需要 www.myapp.com 才能与 update.myapp.com 通信,但由于我的服务器不想与自身通信,因此它无法工作。我该如何解决这个问题?

I got a Windows Server 2008, with 2 webapplications running on it, www.myapp.com and update.myapp.com. When Im not on my webserver, the urls works fine, but they doesnt work when my server request those urls. However, localhost works on webserver. The server can also reach other websites just fine.

Now I need www.myapp.com to be able to talk to update.myapp.com, but since my server doesnt want to talk to itself, it wont work. How can I solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅语花开 2024-11-16 22:32:18

奇怪的。这很hacky,但我会编辑你的主机文件以将这两个域指向本地主机(127.0.0.1)。

Windows 主机文件应位于:
%SystemRoot%\system32\drivers\etc\

里面应该有一个例子。只需为这两个地址添加两行即可。

Strange. This is hacky, but I'd edit your hosts file to point those two domains to localhost (127.0.0.1).

The windows hosts file should be in :
%SystemRoot%\system32\drivers\etc\

There should be an example in there. Just add two lines for those two addresses.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文