Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0771910CD7 for ; Thu, 3 Oct 2013 15:47:55 +0000 (UTC) Received: (qmail 30305 invoked by uid 500); 3 Oct 2013 15:47:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29690 invoked by uid 500); 3 Oct 2013 15:47:07 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 28860 invoked by uid 99); 3 Oct 2013 15:47:00 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 15:47:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EAD2590E94D; Thu, 3 Oct 2013 15:46:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Thu, 03 Oct 2013 15:47:06 -0000 Message-Id: <45f06a05a253425ca8ae03e9e82adc83@git.apache.org> In-Reply-To: <89db8fc13604415eafa0b3c075f2c4e5@git.apache.org> References: <89db8fc13604415eafa0b3c075f2c4e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/50] git commit: updated refs/heads/1894-feature-experimental-nodejs-couchjs to 532100c add _plugins to [httpd_global_handlers] in default.ini Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/69acec4c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/69acec4c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/69acec4c Branch: refs/heads/1894-feature-experimental-nodejs-couchjs Commit: 69acec4c3e977db0b9055141972ee60b8d789ebf Parents: c3efead Author: Jan Lehnardt Authored: Thu Aug 1 17:07:40 2013 +0200 Committer: Jan Lehnardt Committed: Thu Oct 3 16:08:35 2013 +0200 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/69acec4c/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 43b13a0..7645c33 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -160,6 +160,7 @@ _log = {couch_httpd_misc_handlers, handle_log_req} _session = {couch_httpd_auth, handle_session_req} _oauth = {couch_httpd_oauth, handle_oauth_req} _db_updates = {couch_dbupdates_httpd, handle_req} +_plugins = {couch_plugins_httpd, handle_req} [httpd_db_handlers] _all_docs = {couch_mrview_http, handle_all_docs_req}