Alistair, I've been proxying to a subdirectory of nginx with only the caveat that Futon doesn't work. When I want Futon I just use an SSH internal tunnel or some such.
Paul Davis On Tue, Nov 3, 2009 at 6:53 AM, Alistair Young <[email protected]> wrote: > Hi there, > > is it possible to run couchdb in a sub directory behind Apache? > > ProxyPass /couchdb/ http://localhost:5984/ nocanon > ProxyPassReverse /couchdb/ http://localhost:5984/ > > but the page links bypass the proxy: > > clicking on the Configuration link on the /_utils/ page: > http://domain.com/couchdb/_utils/config.html > > gives this error: > File does not exist: / ... /htdocs/_config > > same the overview page: > File does not exist: / ... /htdocs/_all_dbs > > thanks, > > Alistair > > > > -- > mov eax,1 > mov ebx,0 > int 80h > > > > >
