diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-10-08 18:42:36 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-10-08 18:42:36 +0000 |
commit | 15a0e50b5d75981f287a3cca982af4577633ba49 (patch) | |
tree | 358106bad983a2f0cbe9b100d24a12aeaca0b5b7 /etc/couchdb | |
parent | e0b2fe1ef01ff03ae6287409c7b0424558b13b4a (diff) |
added _restart to default.ini, and test that restart works
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@702960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 1e5f8fe1..a2c445d3 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -34,6 +34,7 @@ _all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req} _config = {couch_httpd_misc_handlers, handle_config_req} _replicate = {couch_httpd_misc_handlers, handle_replicate_req} _uuids = {couch_httpd_misc_handlers, handle_uuids_req} +_restart = {couch_httpd_misc_handlers, handle_restart_req} [httpd_db_handlers] _view = {couch_httpd_view, handle_view_req} |