Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在couchdb中禁用/启用futon?_Couchdb - Fatal编程技术网

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

如何在couchdb中禁用/启用futon?,couchdb,Couchdb,我有一个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."} 这说明

我有一个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的设置?

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

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

这就是告诉CouchDB,utils是一个ok查询,它只能提供Futon。

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

[httpd_global_handlers]
_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "/usr/local/share/couchdb/www"}
这就是告诉CouchDB的
\u utils
是一个ok查询,它可以为Futon服务