如何在 couchdb 中禁用/启用 futon?

发布于 2024-12-02 14:59:03 字数 325 浏览 3 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过气美图社 2024-12-09 14:59:03

这不正常。我想知道您是否有任何配置文件问题。应该有一个这样的配置条目。

[httpd_global_handlers]
_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "/usr/local/share/couchdb/www"}

这就是告诉 CouchDB _utils 是一个好的查询并且它仍然为 Futon 提供服务。

That is not normal. I wonder if you have any config file issue. There should be a configuration entry like this.

[httpd_global_handlers]
_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "/usr/local/share/couchdb/www"}

That is what tells CouchDB that _utils is an ok query and it sill serve Futon.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文