From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 29 17:00:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62D12303 for ; Tue, 29 Oct 2013 17:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 375E42520 for ; Tue, 29 Oct 2013 17:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TH01vb007590 for ; Tue, 29 Oct 2013 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9TH01dM007589; Tue, 29 Oct 2013 17:00:01 GMT (envelope-from gnats) Date: Tue, 29 Oct 2013 17:00:01 GMT Message-Id: <201310291700.r9TH01dM007589@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Bishop Subject: Re: misc/183448: lighttpd-1.4.33: cannot bind to IPv4 and IPv6 SSL X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bob Bishop List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 17:00:02 -0000 The following reply was made to PR misc/183448; it has been noted by GNATS. From: Bob Bishop To: bug-followup@FreeBSD.org, oz@tuxfriends.net Cc: Subject: Re: misc/183448: lighttpd-1.4.33: cannot bind to IPv4 and IPv6 SSL Date: Tue, 29 Oct 2013 16:51:35 +0000 lighttpd requires IPv4-mapped (which FreeBSD has disabled by default per = RFCs) to run with IPv4 and IPv6 together. See = http://redmine.lighttpd.net/projects/lighttpd/wiki/Server_use-ipv6Details -- Bob Bishop rb@gid.co.uk