简体   繁体   English

Mongrel是否能很好地完成IPv6?

[英]Does Mongrel do IPv6 well?

I'm using mongrel + apache 2.2 + mod_proxy_balancer. 我正在使用mongrel + Apache 2.2 + mod_proxy_balancer。

apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6 apache2.2是IPv6很好的http://httpd.apache.org/docs/2.2/en/bind.html#ipv6

Does Mongrel do IPv6 well? Mongrel是否能很好地完成IPv6?

Platform:RHEL ruby:1.8.6 平台:RHEL红宝石:1.8.6

If you are using Apache as a frontend to Mongrel, whether Mongrel supports IPv6 or not is irrelevant, as Apache will serve your requests over IPv6 anyway. 如果您将Apache用作Mongrel的前端,则Mongrel是否支持IPv6都无关紧要,因为Apache仍将通过IPv6服务您的请求。

It is perfectly acceptable to have Apache listen on [::]:80 , and proxy to a Mongrel running on 127.0.0.1:1234 , or whatever you use, and will be no less 'IPv6-ready' than proxying to a Mongrel running on, say [::1]:1234 . 让Apache侦听[::]:80并代理运行在127.0.0.1:1234上的Mongrel或您使用的任何东西,这完全可以接受,并且与代理运行的Mongrel一样,IPv6就绪继续说[::1]:1234

The 127.0.0.1 loopback interface will not be going anywhere any time soon, even after the apocalypse ! 127.0.0.1环回接口将不会很快消失,即使在启示录之后也是如此!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM