You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by km <sr...@gmail.com> on 2010/03/08 17:09:21 UTC

couchdb 0.11 roles

Hi all,

where can i find information on the user roles, proxy setup and virtual host
configurations  in 0.11 ?

Krishna

Re: couchdb 0.11 roles

Posted by Jan Lehnardt <ja...@apache.org>.
Hi Krishna,

On 8 Mar 2010, at 08:09, km wrote:

> Hi all,
> 
> where can i find information on the user roles, proxy setup and virtual host
> configurations  in 0.11 ?

We're still in the process of compiling this information. The best source is
always the JavaScript test suite, but I understand that this might not be the
most instructive source :)

Chris made a screen cast that briefly covers the roles: 

  http://jchrisa.net/drl/_design/sofa/_show/post/CouchDB-Accounts

I owe documentation on virtual hosts, but you can find some clues in
local.ini:

; To enable Virtual Hosts in CouchDB, add a vhost = path directive. All requests to
; the Virual Host will be redirected to the path. In the example below all requests
; to http://example.com/ are redirected to /database.
; If you run CouchDB on a specific port, include the port number in the vhost:
; example.com:5984 = /database

[vhosts]
;example.com = /database/

I'm not sure what proxy setup you mean, maybe the rewriter?
  http://wiki.apache.org/couchdb/Rewriting_urls

Cheers
Jan
--