From user-return-5974-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Aug 13 14:12:59 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 51995 invoked from network); 13 Aug 2009 14:12:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 14:12:59 -0000 Received: (qmail 76726 invoked by uid 500); 13 Aug 2009 14:13:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 76669 invoked by uid 500); 13 Aug 2009 14:13:05 -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 76659 invoked by uid 99); 13 Aug 2009 14:13:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:13:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robert.newson@gmail.com designates 209.85.218.209 as permitted sender) Received: from [209.85.218.209] (HELO mail-bw0-f209.google.com) (209.85.218.209) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:12:56 +0000 Received: by bwz5 with SMTP id 5so654039bwz.3 for ; Thu, 13 Aug 2009 07:12:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=fT/3vBUA6kaVChanLZFUjINEKmfuQgfU0AVULOHg5OQ=; b=JAugGkzYa3Q4uLEShd2XwS5E0I5aR+HVhI6gjbvgBsiVfwG0Gz/8kmNqXwGgJ/xny4 M+6oQy3uaibBqTsXwFKWn/zHpFumCoznDTEQ9MNGtljGRu/DK3dVi5YIaJy+FKcgf4Dm b21c5XNtkBS4U08LluzQwVaLaM7N9n/hIlFKs= 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:content-transfer-encoding; b=jqYRYmGcITjxILwdRFOzCbj4jKTy2pytmDN9drzFRMjpOXPorT/b8n2WudZd3ICOS6 P79K7ebG+dr4vawuT6avyeQl5yV6OoJINd90n6VMcKEvmqsIINCL4iCbxdI3DkrdoB2Z PxY/Ta8Vi4XUCyJ51x7jLNEjfH4OehjWDS0mo= MIME-Version: 1.0 Received: by 10.204.67.141 with SMTP id r13mr652653bki.166.1250172755245; Thu, 13 Aug 2009 07:12:35 -0700 (PDT) In-Reply-To: References: <51d0803c0908130656i6b72bc52jc700493409a78796@mail.gmail.com> Date: Thu, 13 Aug 2009 15:12:35 +0100 Message-ID: <46aeb24f0908130712y4fd490c3w91f8215f08520aa9@mail.gmail.com> Subject: Re: How to have access to futon when the couchdb is on a server ? From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org You can also change bind_address in the configuration to 0.0.0.0 (to listen on all interfaces) or the IP address of your external facing interface. Then you can reach it with http://:5984/_utils B. On Thu, Aug 13, 2009 at 3:00 PM, Paul Davis wrote: > Assuming you have ssh access to the server: > > $ ssh -f -L 5984:127.0.0.1:5984 couchdbserver.com > > And then open: > > http://127.0.0.1:5984/_utils > > Paul Davis > > On Thu, Aug 13, 2009 at 9:56 AM, Jehan Bihin wrote: >> Hi all, >> >> I have install couchdb on a debian server, all is ok, and the tutorial help >> me to begin. :) >> >> But how have access to futon remotly ? (in a dev mind and temporarly or by >> secure access protected). >> >> I have make some search without result. :( >> >> I hope you can help me, thanks a lot. >> >> Jehan >> >