On Tue, Mar 19, 2013 at 5:01 PM, Miles Fidelman <[email protected]> wrote: > I assume that CouchDB is doing NAME-based virtual hosting, which means it's
> [vhosts] > 184.75.155.16:5984 = /test/_design/test/_rewrite > That could work if couchdb would be able to listen on multiple interfaces. If it's your main IP then make sure to start couchdb on 0.0.0.0 and access to the couchdb API using localhost. If not you won't be able anymore to use it. You can also use an alias to your main interface and bind it to an IP. - benoit
