Exposing CouchDB to the World

Posted: May 29th, 2009 | Author: danny | Filed under: couchdb | 2 Comments »

To allow non-local connections to couchdb is quite easy.

To allow non local access, modify


/usr/local/etc/couchdb/default.ini

so that

bind_address = 0.0.0.0


2 Comments on “Exposing CouchDB to the World”

  1. 1 Jan said at 12:05 pm on May 29th, 2009:

    Beware of security implications: http://wiki.apache.org/couchdb/Frequently_asked_questions#secure_remote_server

  2. 2 danny said at 12:36 pm on May 29th, 2009:

    @Jan
    I'm trying out CouchApp on an experimental internal facing system so the security issues aren't really a problem. Though, I'm interested in how CouchApp is intended to be used in the wild -- I'll investigate that once, I've got stuff working internally.


Leave a Reply

  •