2014-06-18 16:51 GMT+02:00 Stefan Klein <[email protected]>: > Hi all, > > I want to run multiple CouchDB instances on a single host. I don't want to > use different ports, but different loopback adresses and have a nginx > reverse proxy to forward requests to the right CouchDB. (using different > addresses i can use /etc/hosts to assign names.) > > OS is Ubunto 12.04 LTS > I tried just using: > > bind_address = 127.2.1.10 > > in local.ini, doesn't work. >
I don't know what went wrong first time, but after vacation couchdb happily binds to any IP Address of the 127.0.0.0/8 network. Without defining an alias interface or any other additional configuration. -- Stefan
