You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2013/12/23 12:49:40 UTC

[3/3] git commit: updated refs/heads/1843-feature-bigcouch to 81b75f5

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 <rn...@apache.org>
Authored: Sun Dec 22 14:19:54 2013 +0000
Committer: Robert Newson <rn...@apache.org>
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">>}