Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 96189 invoked from network); 18 Oct 2010 17:31:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 17:31:29 -0000 Received: (qmail 74815 invoked by uid 500); 18 Oct 2010 17:31:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74776 invoked by uid 500); 18 Oct 2010 17:31:27 -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 74768 invoked by uid 99); 18 Oct 2010 17:31:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 17:31:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 17:31:21 +0000 Received: by iwn41 with SMTP id 41so175508iwn.11 for ; Mon, 18 Oct 2010 10:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=KFNdYA/QhAgwG+RbPE8vAqAaC01w4/trIHTzcAe2+0o=; b=beP2va+UWmZMURcFaWUhD6yLgk3ELYdtDfOQIbdsbMGN9V7411CEcn4gAcKvV6jNm3 WxK4bN5dMeK+RhczyQ/UbnUfX8Qv1KCIVLYXFkX0N+MOprFfL3OTYNtqjMB45MrHHhzu SuVzoov1i3A+0imXZFVyNJIRBBp5yJKsEbq+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Wom7o3Dna1r51Hl+OQ2N2cz7c97sP3wqYKo9Ys8pd/x2yGpgoNRhshcX/l9fOh2Bwl M8C5/MuaWos24U4CIoD/VWg0Qrj3Le3VUT8btOf4ZihEAxHeP5oF60bct/OdiUaMC9o7 wNRAS4calITbBVzGNToTjKYdWMcMtpmzg0+OI= MIME-Version: 1.0 Received: by 10.231.157.9 with SMTP id z9mr3247869ibw.48.1287423058468; Mon, 18 Oct 2010 10:30:58 -0700 (PDT) Received: by 10.231.58.199 with HTTP; Mon, 18 Oct 2010 10:30:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Oct 2010 19:30:57 +0200 Message-ID: Subject: Re: VHosts and Rewrite rules From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Mon, Oct 18, 2010 at 7:20 PM, Ido Ran wrote: > Is that valid vhosts? */app/todo > * mean all coming hosts. > It mean that http://localhost:5984/app/todos will be rewrite to > todos/_design/app/_rewrite? > > I try to add todos.com to /etc/hosts and add > todos.com= todos/_design/app/_rewrite > /todos/... - benoit