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




Reply via email to