Bug#564556: /usr/share/lighttpd/use-ipv6.pl causes this

2010-01-11 Thread Roman Mamedov
Hello. This seems to happen due to the Perl script which checks if IPv6 support is available on the machine. The default config contains this line: include_shell "/usr/share/lighttpd/use-ipv6.pl" When I comment it out and just add the following instead: server.socket = "[::]:80" ...the s

Bug#564556: /usr/share/lighttpd/use-ipv6.pl causes this

2010-01-11 Thread Roman Mamedov
On Mon, 11 Jan 2010 17:26:03 +0500 Roman Mamedov 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: se