The test suite can verify the correct of your couchdb installation when run under supported environments and with supported browsers. Running it through a reverse proxy is not supported, so the results are not meaningful. I recommend you run the test suite directly to verify your install anyway.
I would try using CouchDB with curl. Try creating databases and documents and fetching them, deleting them, and so on. Errors there almost certainly point to problems with your reverse proxy. B. On Fri, Jan 7, 2011 at 5:39 PM, Fabio Batalha Cunha dos Santos <[email protected]> wrote: > Ok, > > That sounds good!! > > And doesn't it represents that couchdb isn't working fine, that's it? > > Thanks, > *Fabio Batalha C. Santos* > Colegiado SciELO > www.scielo.org > FAPESP - CNPq - BIREME - FapUNIFESP > > > > On Fri, Jan 7, 2011 at 3:31 PM, Robert Newson <[email protected]>wrote: > >> The test suite hasn't been verified to work behind a reverse proxy. >> That it fails doesn't necessarily mean that things are broken in your >> Apache setup. >> >> B. >> >> On Fri, Jan 7, 2011 at 4:51 PM, Fabio Batalha Cunha dos Santos >> <[email protected]> wrote: >> > Hello all! >> > >> > Sorry to bother again, but I'm still having problems to proxy the couchdb >> > with apache httpd server. I already spent a lot of time looking at the >> > internet for some solutions but I didn't found nothing that could help >> me. >> > >> > All the "suit tests" are crashing my couchdb. >> > >> > I'm using the virtualhost sample from the wiki, and it seems to work fine >> to >> > redirect the access to couchdb once the futon seems to be working fine. >> > >> > <VirtualHost *:80> >> > ServerAdmin [email protected] >> > DocumentRoot "/opt/websites/web/www/dummy" >> > ServerName couchdb.localhost >> > AllowEncodedSlashes On >> > ProxyRequests Off >> > KeepAlive Off >> > <Proxy *> >> > Order deny,allow >> > Deny from all >> > Allow from 127.0.0.1 >> > </Proxy> >> > ProxyPass / http://localhost:5984/ nocanon >> > ProxyPassReverse / http://localhost:5984/ >> > ErrorLog "logs/couchdb.localhost-error_log" >> > CustomLog "logs/couchdb.localhost-access_log" common >> > </VirtualHost> >> > >> > You can access the futon at homolog.webservices.scielo.org >> > >> > Thanks in advance, >> > >> > *Fabio Batalha C. Santos* >> > Colegiado SciELO >> > www.scielo.org >> > FAPESP - CNPq - BIREME - FapUNIFESP >> > >> > >> > >> > On Thu, Jan 6, 2011 at 12:13 PM, Fabio Batalha Cunha dos Santos < >> > [email protected]> wrote: >> > >> >> Hello All, >> >> >> >> I'm trying to use Apache http Server to proxy the access to couchdb, >> >> unfortunately I'm having problems to validate the suit tests the first >> test >> >> is crashing the couchDB. >> >> >> >> The "BASICS" test from the suit test is not working. This is the error >> log: >> >> >> >> [info] [<0.110.0>] 187.105.193.182 - - 'GET' /test_suite_db/ 200 >> >> [info] [<0.118.0>] 187.105.193.182 - - 'GET' >> >> /test_suite_db/0?rev=3-cac36b6fd7e2c7347b3147626c8cfdaf 200 >> >> [info] [<0.123.0>] 187.105.193.182 - - 'POST' >> >> /test_suite_db/_ensure_full_commit 201 >> >> [info] [<0.95.0>] 187.105.193.182 - - 'POST' /_restart 200 >> >> [error] [<0.124.0>] {error_report,<0.30.0>, >> >> {<0.124.0>,crash_report, >> >> [[{pid,<0.124.0>}, >> >> {registered_name,[]}, >> >> {error_info, >> >> {exit, >> >> {error,closed}, >> >> [{mochiweb_socket_server,acceptor_loop,1}, >> >> {proc_lib,init_p_do_apply,3}]}}, >> >> >> >> {initial_call,{mochiweb_socket_server,acceptor_loop,['Argument__1']}}, >> >> {ancestors, >> >> >> >> [couch_httpd,couch_secondary_services,couch_server_sup,<0.31.0>]}, >> >> {messages,[]}, >> >> {links,[<0.94.0>]}, >> >> {dictionary,[]}, >> >> {trap_exit,false}, >> >> {status,running}, >> >> {heap_size,987}, >> >> {stack_size,23}, >> >> {reductions,84}], >> >> []]}} >> >> >> >> =CRASH REPORT==== 6-Jan-2011::11:49:24 === >> >> crasher: >> >> pid: <0.124.0> >> >> registered_name: [] >> >> exception exit: {error,closed} >> >> in function mochiweb_socket_server:acceptor_loop/1 >> >> initial call: mochiweb_socket_server:acceptor_loop/1 >> >> ancestors: [couch_httpd,couch_secondary_services,couch_server_sup, >> >> <0.31.0>] >> >> messages: [] >> >> links: [<0.94.0>] >> >> dictionary: [] >> >> trap_exit: false >> >> status: running >> >> heap_size: 987 >> >> stack_size: 23 >> >> reductions: 84 >> >> neighbours: >> >> >> >> >> >> Thanks in advance for the help! >> >> >> >> Regards, >> >> *Fabio Batalha C. Santos* >> >> Colegiado SciELO >> >> www.scielo.org >> >> FAPESP - CNPq - BIREME - FapUNIFESP >> >> >> >> >> > >> >
