freddiefujiwara
freddiefujiwara

Reputation: 59049

Does Rails 2.0 do IPv6 well?

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 .

Upvotes: 1

Views: 769

Answers (1)

tadman
tadman

Reputation: 211670

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.

Upvotes: 1

Related Questions