Hello.
It's working for me, Gianfranco.
I set 0.0.0.0 in my local.ini conf couchdb file. and restart it.
Couch answer on 127.0.0.1 and 10.0.0.X .
But the *.*.*.* do not working. (not a matter)
So, I follow Gianfranco, any doc improvement could be nice. I'm a new and I
ask me the question during discover Couchdb.
Moreover,
Dave , in the Curl -XPUT , you put '" and " around the 0.0.0.0.
What is the correct way ? I use simplequote double quote IP double
simple. But with some character escape problems, I now use juste
doublequote IP double quote.
Thank's
Lucas
2012/11/28 Dave Cottlehuber <dch@jsonified.com>
> On 28 November 2012 08:43, Gianfranco Cecconi <giacecco@giacec.co> wrote:
> > That actually did not work to me with CouchDB 1.2.0. 0.0.0.0 appears to
> be
> > binding locally as much as 127.0.0.1 . Could not find any documentation
> about it
> > in the CouchDB wiki at http://wiki.apache.org/couchdb/ .
> >
> > G.
> >
>
> Hi Gianfranco,
>
> bind_address = 0.0.0.0 is a very common customisation.
>
> How are you setting it?
> Can you check that the config change is active in the current config?
>
> curl http://admin:passwd@localhost:5984/_config/httpd/bind_address
>
> & optionally set it again via:
>
> curl -XPUT
> http://admin:passwd@localhost:5984/_config/httpd/bind_address -d
> '"0.0.0.0"
>
> You can also use `couchdb -c` to see what config files are being used
> and in what order.
>
> A+
> Dave
>
|