diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-08-17 04:11:02 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-08-17 04:11:02 +0000 |
commit | 84ad2322c28a4d40463dbe031ee0778d50d6b18a (patch) | |
tree | 60700763c0b4c34ab2d99e8a4989edac722a596e /etc/couchdb/default.ini.tpl.in | |
parent | 64da83d7ae72bb23030c3b5c0e810225e09cb706 (diff) |
New vhost manager. allows dynamic add of vhosts without restart,
wildcard in vhost and dynamic routing via pattern matching. Close
#COUCHDB-855.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb/default.ini.tpl.in')
-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 872b1444..456f16ee 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -64,6 +64,7 @@ stats_collector={couch_stats_collector, start, []} uuids={couch_uuids, start, []} auth_cache={couch_auth_cache, start_link, []} rep_db_changes_listener={couch_rep_db_listener, start_link, []} +vhosts={couch_httpd_vhost, start_link, []} [httpd_global_handlers] / = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>} |