Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 55071 invoked from network); 13 Aug 2009 14:18:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 14:18:54 -0000 Received: (qmail 91297 invoked by uid 500); 13 Aug 2009 14:18:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91221 invoked by uid 500); 13 Aug 2009 14:18:59 -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 91185 invoked by uid 99); 13 Aug 2009 14:18:56 -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:18:56 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of squellettore@gmail.com designates 209.85.220.221 as permitted sender) Received: from [209.85.220.221] (HELO mail-fx0-f221.google.com) (209.85.220.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:18:47 +0000 Received: by fxm21 with SMTP id 21so680013fxm.3 for ; Thu, 13 Aug 2009 07:18:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=fYKMUhuvZ02/GsyfCqcE07vJUyymUUzMjz9OSl1U2/o=; b=jjDjoPcfjdG5Bua/E1EKfwOwrgg4JRsyW7k2Uvd2FoR4Ywx+QxGNqKDbs+Bt0qUYFK vghvQFdLiv6/CAgnmBBGhK2bRRXHtIbw20Il+QZho1kzcKVO3UL4bYQrJS/npn1a1VRc WD154AlJbLt1tOuceve6jyn0T/3BoVQFBNJV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=OFOQrFWG+jJ+yM6Z5598Y8j3tKfQRIt9aiX+38IAssGOo0pY8y/BJ4qucZ38CAa+1y ZEZPAefoVGzDY9AfZ1NWgBHhmE5I94jIcDO8i/OmRsOozAqHQUGRPOCKOaIg8OEdZYUF vEjwME5Lhx81Gga752DYce/nYGl/z9vgHvVUo= MIME-Version: 1.0 Received: by 10.103.76.32 with SMTP id d32mr375838mul.98.1250173106686; Thu, 13 Aug 2009 07:18:26 -0700 (PDT) Reply-To: killan@daaboo.net In-Reply-To: <46aeb24f0908130712y4fd490c3w91f8215f08520aa9@mail.gmail.com> References: <51d0803c0908130656i6b72bc52jc700493409a78796@mail.gmail.com> <46aeb24f0908130712y4fd490c3w91f8215f08520aa9@mail.gmail.com> Date: Thu, 13 Aug 2009 16:18:26 +0200 Message-ID: <51d0803c0908130718s6b966c9bia3dd0cf5672ff841@mail.gmail.com> Subject: Re: How to have access to futon when the couchdb is on a server ? From: Jehan Bihin To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e65b61ccee8ac80471069bc0 X-Virus-Checked: Checked by ClamAV on apache.org --0016e65b61ccee8ac80471069bc0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks a lot for your fast help. 2009/8/13 Robert Newson > 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 > >> > > > --0016e65b61ccee8ac80471069bc0--