当我调用'my.domain.name::5984/_utils/时,我什么也看不到。对于ouchdb安装,我使用了以下脚本:
https://askubuntu.com/questions/640288/how-to-install-latest-couchdb-on-ubuntu
请告诉我要查看所需的结果该怎么做。我已经打开了端口,但是看到了这个http://prntscr.com/k55qox
答案 0 :(得分:1)
要从外部访问CouchDB,您需要将bind_address
更改为0.0.0.0
这可以通过将chttpd
的bind_address配置为0.0.0.0
来手动完成
不过,建议设置集群。为此,请参考cluster_setup documentation。