Tumblr、Posterous、Wordpress 等应用程序如何处理自定义域名?
我正忙于创建某种博客平台进行一些研究,但不太清楚服务如何处理自定义域。具体来说,在技术方面,他们如何将流量路由到内部映射(helloworld.tumblr.com)而不进行重定向?
看起来 Tumblr 让你将 A 记录指向静态 IP,而 Wordpress 让你使用他们的名称服务器。如果有人了解这些事情,您能否阐明他们如何实现这一目标以及不同方法是否有优点/缺点?
提前致谢!
I'm busy doing some research into creating a blogging platform of sorts and can't quite figure out how services handle custom domains. Specifically on the technical side how do they route traffic to an internal mapping (helloworld.tumblr.com) without redirecting?
It seems like Tumblr have you point your A record at a static IP while Wordpress have you use their name servers. If anyone is knowledgeable about these things could you shed some light on how they accomplish this and if there are pros/cons to the different methods?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 apache 和 nginx 的
“大规模虚拟主机”
,以获取有关此内容的更多信息。例如,在 stackoverflow 上快速搜索产生了以下问题:You should look into
"mass virtual hosting"
for both apache and nginx for more information about this. For example, a quick search on stackoverflow yielded this question: