ubuntu - CouchDB crashes when bound to public ip -


i have couchdb server running on amazon ec2 instance, when start bound

127.0.0.1 

it works fine, when

bind_address = my.public.ip 

it crashes on start error

failure start mochiweb: eaddrnotavail 

this error occurs when address invalid, though multiple checks verify in fact valid, , when

bind_address = 0.0.0.0 

it works fine.

eaddrnotavail means port not available,you have edit /etc/couchdb/couch.ini file , change port setting available port.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -