start vhosts daemon
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/60ecbf05 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/60ecbf05 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/60ecbf05 Branch: refs/heads/1843-feature-bigcouch Commit: 60ecbf05c3733c82efa86a52ff47744b72f32c10 Parents: d41a265 Author: Robert Newson <[email protected]> Authored: Sun Dec 22 14:19:54 2013 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Dec 23 11:49:26 2013 +0000 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/60ecbf05/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index f10ac33..13e43d9 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -53,6 +53,7 @@ httpd={couch_httpd, start_link, []} stats_collector={couch_stats_collector, start, []} uuids={couch_uuids, start, []} auth_cache={couch_auth_cache, start_link, []} +vhosts={couch_httpd_vhost, start_link, []} [httpd_global_handlers] / = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>}
