1

CouchDB を使用してローカルで実行されている Web アプリがあります。モバイルやタブレットからアプリにアクセスしようとしていますが、アクセスできません。困惑しています... アプリは localhost:5984/myDb/_design/myDesign/mypage.html で実行されます。ありがとうございました。

4

1 に答える 1

3

Ok, so for any person, like me, who couldn't come up with the reason why... :)

In the default configuration (local.ini) the bind_address option is set to 127.0.0.1. If you change the bind_address option to 0.0.0.0, then you'll be able to access CouchDB remotely. Restart CouchDB after making this change.

于 2012-11-02T19:48:42.753 に答える