WordPress 博客 - IP 地址分配
我对如何为每个使用 Wordpress 创建的博客网站分配专用 IP 地址感到好奇。 WordPress 是否为每个博客分配单独的服务器(这听起来很愚蠢),或者它们是否使用任何类型的重定向技术?
I have this inquisitive doubt of how dedicated IP Addresses are assigned for each and every blog site created using Wordpress. Does WordPress allocate separate servers for every blog (which sounds silly) or do they use any sort of redirecting technique?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 HTTP/1.1 请求,浏览器将主机名 (www.example.com) 发送到标头中的 Web 服务器。然后,服务器获取该主机名并将其路由到该主机的适当配置。
这会导致单个 Web 服务器在单个 IP 地址上托管多个域。
WordPress 的工作方式很可能要复杂得多,但这应该能让您了解它是如何完成的。
http://en.wikipedia.org/wiki/Virtual_hosting
With an HTTP/1.1 request, the browser sends the hostname (www.example.com) to the webserver in the headers. The server then takes that hostname and routes it to the appropriate configuration for that host.
This results in a single web server, on a single IP address, to host multiple domains.
The way wordpress does it is most likely much more complex, but this should give you an idea of how it's done.
http://en.wikipedia.org/wiki/Virtual_hosting