如何在 couchdb 中禁用/启用 futon?
我有一个 couchdb,在非标准端口中运行,它给了我以下信息:
http://localhost:59876/_utils
{"error":"illegal_database_name","reason":"Only lowercase characters (a-z), digits (0-9), and any of the characters _, $, (, ), +, -, and / are allowed. Must begin with a letter."}
这表明 futon 已禁用。配置文件中是否有任何设置允许我启用(和禁用)蒲团?
I have a couchdb, running in a non-standard port, which is giving me the following:
http://localhost:59876/_utils
{"error":"illegal_database_name","reason":"Only lowercase characters (a-z), digits (0-9), and any of the characters _, $, (, ), +, -, and / are allowed. Must begin with a letter."}
Which shows me that futon is disabled. Is there any setting in the config file which would allow me to enable (and disable) futon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不正常。我想知道您是否有任何配置文件问题。应该有一个这样的配置条目。
这就是告诉 CouchDB
_utils
是一个好的查询并且它仍然为 Futon 提供服务。That is not normal. I wonder if you have any config file issue. There should be a configuration entry like this.
That is what tells CouchDB that
_utils
is an ok query and it sill serve Futon.