FYI. authentication handler working with apache reverse proxy.

2010-11-26 Thread Yasuhiro ABE
Hi all, It's FYI, but your comments are always welcome. I read the article; http://wiki.apache.org/couchdb/Apache_As_a_Reverse_Proxy But it doesn't work with the authenticate_db, so I wrote an authentication handler. http://www.yasundial.org/blog/images/20101127.1.couchdb101.webproxy.di

View/join help

2010-11-26 Thread Sean Coates
Hello. I am (again) having trouble figuring out a view. Hopefully one of you smart people can help (or at least someone can definitively tell me what I'm trying to do is impossible, and I'll have to look into alternatives... I heard MySQL is on the uptake (-: ). Background information: I've se

Can't get vhosts feature working

2010-11-26 Thread Clemens Cap
Hi. I have a vhosts section set up in my configuration and a rewrite handler installed and it looks like both are ignored. This is Couchdb 0.11.0b819947 vhosts was edited manually into the loca.ini file and shows up in futon as couch2.mydomainname.de = /tester1/_design/template/_rewrite myd

curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Florian Leitner
Hi there, I've got a peculiar problem. I installed the latest CouchDBX.app for OSX (CouchDB version 1.0.1, curl version 7.19.7, OSX version 10.6.4) and all worked nicely. However, now I am trying to POST to the _temp_view of my "hello-world" database, and I get the "invalid UTF-8 JSON" error witho

Re: Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Hendrik Jan van Meerveld
Hi, Thank you all for your replies. So far I found a couple of dutch providers that provide Couchdb on Linux. Only they are still about 10x as expensive as those without couchdb. (searching on google for "linux hosting nederland couchdb" and only sites with dutch language gave me good results, in

Re: list hackage?

2010-11-26 Thread Mike Fedyk
On Fri, Nov 26, 2010 at 11:27 AM, Paul Davis wrote: > Quoting Bob from another thread: > > blackrock.com employ incompetent sysadmins. This has been > happening for weeks, to a large number of people. They've also > polluted JIRA with this too. > > blackrock.com does *not* control Apache mailing l

Re: Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Hendrik Jan van Meerveld
Almost true, except that a large part of the site is a javascript application that communicates with a database. Hopefully I can use a couchdb database for that. You are right that somebody could still get all the information needed to rebuild the site. I just don't like the idea that it would be

Re: list hackage?

2010-11-26 Thread Paul Davis
Quoting Bob from another thread: blackrock.com employ incompetent sysadmins. This has been happening for weeks, to a large number of people. They've also polluted JIRA with this too. blackrock.com does *not* control Apache mailing lists, their claim is a spurious, generated reply. We're hoping i

Re: list hackage?

2010-11-26 Thread Mike Fedyk
On Fri, Nov 26, 2010 at 10:58 AM, Miles Fidelman wrote: > just posted something to user@couchdb.apache.org, got the following in reply > - whoever manages the list should probably look into this (unless a venture > capital fund really is taking over list services for apache.org) > There was a thr

list hackage?

2010-11-26 Thread Miles Fidelman
just posted something to user@couchdb.apache.org, got the following in reply - whoever manages the list should probably look into this (unless a venture capital fund really is taking over list services for apache.org) Original Message Return-Path:<> X-Original-To: mfidel.

Re: Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Andrew Melo
On Nov 26, 2010, at 13:51, Miles Fidelman wrote: > Hendrik Jan van Meerveld wrote: >> By my knowledge a reverse proxy is not part of couchdb, so I'm looking for a >> hosting company that provides both couchdb and a reverse proxy. >> Does anybody know of a hosting company that does both? >> >

Re: Odd message about mailing list

2010-11-26 Thread Mike Fedyk
On Mon, Nov 22, 2010 at 6:48 AM, Keith Gable wrote: > Oops: > >> Any >> distribution, use or copying of this e-mail or the information it contains >> by >> other than an intended recipient is unauthorized. > > I have yet to get this but maybe it's because it could be getting marked as > junk by Gm

Re: Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Miles Fidelman
Hendrik Jan van Meerveld wrote: By my knowledge a reverse proxy is not part of couchdb, so I'm looking for a hosting company that provides both couchdb and a reverse proxy. Does anybody know of a hosting company that does both? Ummm... it's called Apache + mod_proxy. You can pretty much get

Re: Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Robert Newson
I may be misreading you, but surely the design of your website is in the html, javascript, css and images which are send to everyone that visits your site? B. On Fri, Nov 26, 2010 at 6:04 PM, Hendrik Jan van Meerveld wrote: > Hi List, > > I Asked before on this list if there is a possibility to

Hosting company that provides a reverse proxy and couchdb?

2010-11-26 Thread Hendrik Jan van Meerveld
Hi List, I Asked before on this list if there is a possibility to prevent replication of my couch website. The reason is that I would like to prevent visitors of my website to "steal" the design of the website that I put years of development in. As I understand, this can be done by using: a rew

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Nils Breunese
Mark J. Reed wrote: > When hand-constructing or -editing JSON, it's a good idea to run it > through a parser to make sure it's valid. Modern python installs come > with a module for that. Just save the JSON in a file and run > > python -mjson.tool > It will either spit out an error message or el

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Florian Leitner
Great tip, thanks, Mark! --Florian On 26 November 2010 15:22, Mark J. Reed wrote: > When hand-constructing or -editing JSON, it's a good idea to run it > through a parser to make sure it's valid. Modern python installs come > with a module for that.  Just save the JSON in a file and run > > pyth

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Mark J. Reed
When hand-constructing or -editing JSON, it's a good idea to run it through a parser to make sure it's valid. Modern python installs come with a module for that. Just save the JSON in a file and run python -mjson.tool wrote: > How embarrassing... Well, thanks lots for the hint! > > -- Florian >

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread JC de Villa
You're very welcome. And don't worry. I've spent more than a few hours figuring that out when I started. :-) JC de Villa On Fri, Nov 26, 2010 at 6:50 PM, Florian Leitner wrote: > How embarrassing... Well, thanks lots for the hint! > > -- Florian > > On 26 November 2010 10:23, JC de Villa wrote:

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Jan Lehnardt
On 26 Nov 2010, at 11:50, Florian Leitner wrote: > How embarrassing... Well, thanks lots for the hint! We all make mistakes :) — Hope things work fine for you now! Cheers Jan -- > > -- Florian > > On 26 November 2010 10:23, JC de Villa wrote: >> You're missing a closing curly bracket befor

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread Florian Leitner
How embarrassing... Well, thanks lots for the hint! -- Florian On 26 November 2010 10:23, JC de Villa wrote: > You're missing a closing curly bracket before that last single quote. > > JC de Villa > > > On Fri, Nov 26, 2010 at 2:36 AM, Florian Leitner > wrote: > >> Hi there, >> >> I've got a pec

Re: curl POST to couchdb's _temp_view on OSX => invalid UTF-8

2010-11-26 Thread JC de Villa
You're missing a closing curly bracket before that last single quote. JC de Villa On Fri, Nov 26, 2010 at 2:36 AM, Florian Leitner wrote: > Hi there, > > I've got a peculiar problem with the UTF-8 encoding in CouchDB. I > installed the latest CouchDBX.app for > OSX (CouchDB version 1.0.1, curl