24 May
2024
24 May
'24
4:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- 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.