views:

132

answers:

1

I'm using mongrel + apache 2.2 + mod_proxy_balancer.

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

Does Mongrel do IPv6 well?

Platform:RHEL ruby:1.8.6

/actionpack-2.0.5/lib/action_controller/request.rb

which is worried about the particularly .

+1  A: 

You probably don't need support in Mongrel for IPv6 specifically so long as your front-end is Apache, but it stands to reason Mongrel will be fine in an IPv6 environment. It would really depend on what your internal network is configured with.

tadman
Thank you so much . but "TRUSTED_PROXIES = /^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\./i$" is OK?
ffffff
You may have to adjust based on experimentation. For example, 127.0.0.1 is ::1 in IPv6.
tadman