From f2292e7f24585b690a6712dd2474cddeb81cc8d3 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Thu, 13 May 2010 01:25:51 +0000 Subject: vhost_global_handlers bypass rewrite rules and are available in all vhosts git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@943764 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index fb88ba63..0222839a 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -19,6 +19,11 @@ max_connections = 2048 authentication_handlers = {couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler} default_handler = {couch_httpd_db, handle_request} secure_rewrites = true +vhost_global_handlers = _utils + _uuids + _session + _oauth + _users [log] file = %localstatelogdir%/couch.log -- cgit v1.2.3