On Mon, 11 Jan 2010 17:26:03 +0500
Roman Mamedov <ro...@rm.pp.ru> wrote:

> When I comment it out and just add the following instead:
> 
>    server.socket = "[::]:80"
> 
> ...the server starts up fine and listens both on IPv4 and IPv6

Hm, actually no, it does not listen on IPv6 that way. The proper fix is:

  server.use-ipv6 = "enable"

And don't forget to ensure you have "net.ipv6.bindv6only = 0" in
your /etc/sysctl.d/bindv6only.conf

Comments in bug #560837 have some useful information on the matter.

-- 
With respect,
Roman

Attachment: signature.asc
Description: PGP signature

Reply via email to