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?

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
freddiefujiwra
  • 1,627
  • 5
  • 25
  • 32

1 Answers1

1

If you use Apache in front of mongrel, the connection between them is local to the host. Therefore, the mongrel doesn't really care what protocol is used to communicate with the client, so it's a non-issue.

That said, I don't know whether or not mongrel does speak ipv6, but I imagine it probably does, out of the box.

Jakob Borg
  • 1,453
  • 1
  • 10
  • 13