You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:42 UTC

[13/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

Expose /_system handler


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0fdc54f8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0fdc54f8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0fdc54f8

Branch: refs/heads/developer-preview-2.0
Commit: 0fdc54f89f25cabdab39af38236c344fca21cb6f
Parents: 6b31324
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Aug 21 13:09:22 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Aug 21 13:09:22 2015 +0300

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0fdc54f8/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 9e18a32..7878981 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -176,6 +176,7 @@ _stats = {couch_stats_httpd, handle_stats_req}
 _session = {couch_httpd_auth, handle_session_req}
 _oauth = {couch_httpd_oauth, handle_oauth_req}
 _plugins = {couch_plugins_httpd, handle_req}
+_system = {chttpd_misc, handle_system_req}
 
 [httpd_db_handlers]
 _all_docs = {couch_mrview_http, handle_all_docs_req}