summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-05-13 01:25:51 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-05-13 01:25:51 +0000
commitf2292e7f24585b690a6712dd2474cddeb81cc8d3 (patch)
treeaa3c518521d9acdcd6b46abe9789f0bf1b91f321 /etc
parent8aca45b45b116abaa9594fc7f065128b858613d2 (diff)
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
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in5
1 files changed, 5 insertions, 0 deletions
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