From 1326c40d66563279dcce712f130c10e5d1d80a03 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 19 Dec 2008 08:25:19 +0000 Subject: shorter path to _action servers, external supports better routing control git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727973 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'etc/couchdb/default.ini.tpl.in') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 863ec1f7..a56e05bc 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -45,4 +45,10 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req} [httpd_db_handlers] _view = {couch_httpd_view, handle_view_req} _temp_view = {couch_httpd_view, handle_temp_view_req} -_external = {couch_httpd_external, handle_external_req} +; The new location for action servers +_action = {couch_httpd_external, handle_external_req, <<"action">>} +; They'd been here for a while. If something you've been running breaks on you +; try adding the next line to your local.ini. Or better yet replace +; '_external/action' in your urls with '_action'. +; This message will be removed before the next release. +; _external = {couch_httpd_external, handle_external_req} -- cgit v1.2.3