Date: Thu, 30 Jan 2020 09:46:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243721] www/fcgiwrap: please add IPv6 support Message-ID: <bug-243721-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243721 Bug ID: 243721 Summary: www/fcgiwrap: please add IPv6 support Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: olaf@zaplinski.de fcgiwrap obviously does not support IPv6 although the man page says it does. # /usr/local/sbin/fcgiwrap -s 'tcp6:[::1]:8999' Failed to bind: Can't assign requested address # telnet ::1 8999 Trying ::1... telnet: connect to address ::1: Connection refused telnet: Unable to connect to remote host # /usr/local/sbin/fcgiwrap -s 'tcp:127.0.0.1:8999' # telnet 127.0.0.1 8999 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243721-7788>