No, not that I know. Same setup worked fine before I updated the couchdb on the server. Best regards Sebastian On Apr 23, 2008, at 12:48 PM, Benoit Chesneau wrote: > On Wed, Apr 23, 2008 at 5:43 PM, Guby wrote: >> >> I just updated my install to the trunk version on both my local >> machine and >> on my server: >> On my local machine everything works nice on the trunk, on the >> server on >> the other hand I get some strange output from CouchDB... >> 2e >> {"couchdb":"Welcome","version":"0.7.3a650904"} >> 0 >> This behavior also makes it impossible to interact with the >> database using >> the _utils/ interface, because of the incorrect output... >> >> Any ideas? >> >> Other commands and their output: >> >> _all_dbs: >> 9 >> ["kleio"] >> 0 >> /kleio/ >> >> 6c >> >> {"db_name":"kleio","doc_count":5,"doc_del_count":0,"update_seq": >> 5,"compact_running":false,"disk_size":15721} >> 0 >> >> Best regards >> Sebastian >> >> >> >> > > are you behind a proxy ? looks like you get unparsed http/1.1 chunk . > > > - benoît