[pkg-lighttpd] Bug#560837: lighttpd listened on ipv6 only after upgrade

Marco d'Itri md at Linux.IT
Fri Dec 25 18:23:50 UTC 2009


severity 560837 critical
block 560238 with 560837
tag 560837 patch
thanks

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=70;bug=560238
http://redmine.lighttpd.net/projects/1/wiki/IPv4_mapped_addresses

The upstream developers do not appear to care about IPv6 and decided to
ignore the issue, but it can be easily fixed in use-ipv6.pl.
Pseudo-patch:

-    print "server.use-ipv6 = \"enable\"\n";
+    print qq|$SERVER["socket"] == "[::]:80" { }\n|;

While not needed with the new default I still recommend to force
IPV6_V6ONLY to 1 in the lighttpd source, because for a complex program
it is a much better default and would solve the persistent issues with
ACLs and logs parsing.

-- 
ciao,
Marco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-lighttpd-maintainers/attachments/20091225/c838110e/attachment.pgp>


More information about the pkg-lighttpd-maintainers mailing list