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/07095110 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/07095110 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/07095110 Branch: refs/heads/1843-feature-bigcouch Commit: 070951103716e88d868d2fc4fbfae3101424376b Parents: 449f314 Author: Robert Newson <[email protected]> Authored: Sun Dec 22 14:19:54 2013 +0000 Committer: Robert Newson <[email protected]> Committed: Tue Jan 28 15:48:15 2014 +0000 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/07095110/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">>}
