[pkg-lighttpd] Bug#864475: lighttpd: Does not bind to some ipv6 port

Johannes Schlumberger js at 0xbadc0ffee.de
Fri Jun 9 19:05:29 UTC 2017


Hello Christoph,
thank you for your fast reply.

> So, my recommendation would be to try:
> > $SERVER["socket"] == ":80"  { include "ssl-redirect.conf" }
> > $SERVER["socket"] == ":443" { include "ssl.conf" }
> > $SERVER["socket"] == "[::]:80"     { }
> > $SERVER["socket"] == "[::]:443"    { }

I can confirm, that this fixes my problem and seems to work as expected. I am
still not sure why my original config did not work, though. In either case from
my perspective this is solved.
Thank you so much,
	Johannes



More information about the pkg-lighttpd-maintainers mailing list