Bug#481317: Bug in Lighttpd

2010-01-11 Thread Stefan Bühler
Lighttpd doesn't properly support IPv6, it just listens on AF_INET6 and accepts both IPv4 and IPv6 on it. That is bullshit. Lighttpd does support IPv6 properly, but the old default for listening to ::0 included listening to mapped-IPv4 too (not on *BSD afaik, this was a linux only feature),

Bug#481317: Bug in Lighttpd

2009-08-17 Thread Jeroen Massar
Lighttpd doesn't properly support IPv6, it just listens on AF_INET6 and accepts both IPv4 and IPv6 on it. Instead it should be listening seperately on IPv4 and IPv6, then it would get IPv4 connections as 192.0.2.42 and IPv6 as 2001:db8::1 instead of the mapped addresses. Short-term solution for