Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3490C90B0 for ; Fri, 21 Oct 2011 13:29:11 +0000 (UTC) Received: (qmail 34638 invoked by uid 500); 21 Oct 2011 13:29:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 34606 invoked by uid 500); 21 Oct 2011 13:29:09 -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 34598 invoked by uid 99); 21 Oct 2011 13:29:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 13:29:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nestor.urquiza@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 13:29:02 +0000 Received: by vcbfo11 with SMTP id fo11so4852867vcb.11 for ; Fri, 21 Oct 2011 06:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AlJjuzV+sRl4Pzg2AzAfcF9o0E37gmbegEHT7zExMTk=; b=KxR5sjUUvQqcNN5Wrh81tMIsuwDFbRj+RMFT9g7ZOuouIYsr51uCjP795SNyAqaqGB kpzEAtfqMDHmWFZFhDBJHOckYOVfq4K9VQRMosFLeb04OmHBg1mUApy1pCm4ObLbm2FV aUHyCx9ClynNUh7YHDtNqxwePMp5agXnAm62I= MIME-Version: 1.0 Received: by 10.182.111.70 with SMTP id ig6mr1101409obb.6.1319203721325; Fri, 21 Oct 2011 06:28:41 -0700 (PDT) Received: by 10.182.15.101 with HTTP; Fri, 21 Oct 2011 06:28:41 -0700 (PDT) In-Reply-To: References: <9F256A04-37E0-46F8-A015-B4EC489D5993@vpro.nl> Date: Fri, 21 Oct 2011 09:28:41 -0400 Message-ID: Subject: Re: Disable default unsecure plain HTTP 5984 From: Nestor Urquiza To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Also I forgot to mention this worked in my production server where I start couchdb using: sudo /usr/local/etc/init.d//couchdb start However this did not work when running ./utils/run in my local environment. I kept having the two ports available there.