wohali commented on issue #776: Error status zero, Index shutdown by monitor notice for db URL: https://github.com/apache/couchdb/issues/776#issuecomment-434471659 @AzfaarQureshi That logging in the logfile is *normal*. You need to change your address binding; CouchDB binds to only 127.0.0.1 by default. Find the `[chttpd]` section in your `etc/local.ini` file and update as follows: ```ini [chttpd] ;port = 5984 bind_address = 0.0.0.0 ``` This will bind CouchDB's clustered port to all interfaces on your machine.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
