From user-return-13957-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Nov 26 22:59:15 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 74143 invoked from network); 26 Nov 2010 22:59:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Nov 2010 22:59:15 -0000 Received: (qmail 19491 invoked by uid 500); 26 Nov 2010 22:59:13 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 19313 invoked by uid 500); 26 Nov 2010 22:59:13 -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 19305 invoked by uid 99); 26 Nov 2010 22:59:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 22:59:13 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of cap@unagon.com does not designate 80.237.132.27 as permitted sender) Received: from [80.237.132.27] (HELO wp020.webpack.hosteurope.de) (80.237.132.27) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 22:59:06 +0000 Received: from p5dcfdc11.dip.t-dialin.net ([93.207.220.17] helo=[192.168.168.13]); authenticated by wp020.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) id 1PM7Fd-0000wB-LW; Fri, 26 Nov 2010 23:58:45 +0100 Message-ID: <4CF03BA3.9070004@unagon.com> Date: Fri, 26 Nov 2010 23:58:43 +0100 From: Clemens Cap User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Can't get vhosts feature working Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;cap@unagon.com;1290812346;9601f902; X-Virus-Checked: Checked by ClamAV on apache.org 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 mydomainname belongs to me and properly resolves, I can use it for couch all the time (the only thing i need is to get the URL redirection done...) tester1/_design/template has a field rewrites which contains [ { "from": "", "to": "tester.html" }, { "from": "*", "to": "*" } ] I am expecting that a call to couch2.mydomainname.de now gets redirected to couch2.mydomainname.de/tester1/_design/template/tester.html (which is an existing text/html attachment), however I get the boring {"couchdb":"Welcome","version":"0.11.0b819947"} Any ideas what I could be doing wrong ? Thanx, CC