Feature #678
Updated by stbuehler almost 9 years ago
I think @$SERVER[[socket]] `$SERVER[[socket]] == ":1234"@ ":1234"` without explicitly specifying the host to bind to, should bind to IPv6 '::' instead of 0.0.0.0 when @server.use-ipv6 `server.use-ipv6 = "enable"@ "enable"` is specified. I'm well aware that one can use @"[[lighttpd:::]]:1234"@, "[[lighttpd:::]]:1234", but the behavior described above makes much more sense to me. -- intgr