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
Post a Comment