https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948
--- Comment #12 from David Cook <[email protected]> --- Note: There are lots of ways to specify only IPv4 or to turn off IPv6 with Net::Server it seems. We could set $ENV{'NO_IPV6'} or $ENV{'IPV'}=4. Or we could pass "IPv4" along in the port specification. With that said, I think I still stand by Nick's change. I think it's the simplest change to make here. That said, we might consider adding one of the environmental variables, as this same issue could pop up again in different ways. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
