nickva commented on issue #4656: URL: https://github.com/apache/couchdb/issues/4656#issuecomment-2702804569
"any" is our web-server app (mochiweb) special and meant "bind to all interfaces", then the socket is bound to either * or just 0.0.0.0 depending on OS default if ipv6 is enabled. However, then anything using that address to connect to the server (which is it seems like it's happening) won't quite succeed as there is not "any" IP and I am not sure "0.0.0.0:5984" would work as an IP either. But if you're just running a test, I do think 127.0.0.1 should work. That's both a valid bind address and IP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
