From user-return-3561-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Feb 15 09:12:16 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 20714 invoked from network); 15 Feb 2009 09:12:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 09:12:16 -0000 Received: (qmail 47967 invoked by uid 500); 15 Feb 2009 09:12:10 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 47929 invoked by uid 500); 15 Feb 2009 09:12:10 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 47918 invoked by uid 99); 15 Feb 2009 09:12:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 01:12:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 09:12:01 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1912572wff.29 for ; Sun, 15 Feb 2009 01:11:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=Ckl1yK992ibXR/LyOt0Vi5VRDsUCOWlrj7j9AlQ25Hc=; b=U8qPVYTaUkI3HIoRTXZ9iiQT0kErQQ4JDNQOJBM+TdH05y3vMw3dk9lqMwPnyd0xv6 5X143YKDvq5vpJRH8EBlZ8JEBv7pK6che1N51wU85EaYubS+TB32oqqwff80Oi6UHHZh E3M2RNq7nAX00xcitaUkn0UG7v5uU16wMR7J4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=VOCHiX3wy7jO+iUluVeTW4XilwMHY1CQLx+Q9Kx/JrBUa/mUad+hx1bdVQcVBlLihG 3cCRWwOlFEgzA/N+g72B7DejsyhlGNe3zHf3NeeEXNS3W2R81agalbs4KqYhAYrQfK4z 2S9wg9ZQfVLRxqOVDG4f3/38S5bXVu/hNuEhU= Received: by 10.142.155.9 with SMTP id c9mr1791486wfe.70.1234689099986; Sun, 15 Feb 2009 01:11:39 -0800 (PST) Received: from ?192.168.1.107? (c-76-115-0-4.hsd1.or.comcast.net [76.115.0.4]) by mx.google.com with ESMTPS id 32sm4683921wfa.0.2009.02.15.01.11.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Feb 2009 01:11:39 -0800 (PST) Message-Id: <1EC42BDA-CBB9-45F4-9890-D8D0DC371542@gmail.com> From: Chris Anderson To: user@couchdb.apache.org In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Subject: Re: Running under IIS Date: Sun, 15 Feb 2009 01:11:55 -0800 References: X-Virus-Checked: Checked by ClamAV on apache.org The Best way to do this is via http. Set up your web front end to proxy all requests for a certain hostname to CouchDB's port. Sent from my iPhone On Feb 14, 2009, at 8:17 PM, Rasmus Halland wrote: > Hi > > I'm thinking that would be nice to be able to easily run CouchDB > under IIS > as an ISAPI module. So my question is, how tightly is couchdb > coupled with > its web server? And do you think it would be feasible to write such > an ISAPI > module? > rasmus