[Bug 243721] www/fcgiwrap: please add IPv6 support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 30 09:46:36 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243721
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 at FreeBSD.org
Reporter: olaf at 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 '^]'.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list