You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/08 12:04:09 UTC

[Couchdb Wiki] Update of "Getting started with Amazon EC2" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/Getting_started_with_Amazon_EC2

The comment on the change is:
add security note

------------------------------------------------------------------------------
     1. {{{sudo vim /usr/local/etc/couchdb/default.ini }}}
       1. Search for "bind_address" and change it to 0.0.0.0
       1. Save and exit
+    '''NOTE: This step makes your CouchDB instance available for everyone. See [http://wiki.apache.org/couchdb/Frequently_asked_questions#secure_remote_server the FaQ] for some (but not all) security options.'''
     1. {{{sudo -i -u couchdb couchdb }}}
   1. Test it by going to {{{http://<public dns name>:5984/_utils/}}}