Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 27712 invoked from network); 18 May 2010 18:58:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 18:58:26 -0000 Received: (qmail 40722 invoked by uid 500); 18 May 2010 18:58:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 40686 invoked by uid 500); 18 May 2010 18:58:24 -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 40678 invoked by uid 99); 18 May 2010 18:58:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 18:58:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zachary.zolton@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 18:58:18 +0000 Received: by wyi11 with SMTP id 11so130201wyi.11 for ; Tue, 18 May 2010 11:57:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=TJ+1xKTBSQSaW5QJ/qKx5fkRHn78nU2pBphbEZImgHo=; b=si6tWhnGKkuFmn6h1GRGUAVzswf3hRV3L2RWce3zbVkaaMgWX5EQpU5CABINlI9Vyf bRQ4jhmTuHpZkgobIs7QhyOm2mqjMwJTXqGaIUdq+sJuLSvd41vMagsmGQaxkp0jA4rc igPSo5D2zhweXgYkCbzVKfNK/j7rK+u4FTuY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=gpbayLrgY30l3lcBBI97EpOSWSk3wXFTZBtOxhNJiDtfgRfFVsLbymvNQghELft3Y1 Sx82Vi8v4JmONtfkIAwEOoc7M4P3Aoo7Z5I9DE3sYeTT3sfAs171ucmIhzqwVLLyj2D2 Uk14DBbqN7Y7rQuEOUIGKTekmfj8ZnPAG2ii8= Received: by 10.216.87.201 with SMTP id y51mr4384692wee.80.1274209076989; Tue, 18 May 2010 11:57:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.182.201 with HTTP; Tue, 18 May 2010 11:57:36 -0700 (PDT) From: Zachary Zolton Date: Tue, 18 May 2010 13:57:36 -0500 Message-ID: Subject: Proxied CouchDB breaks continuous _changes To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Halp! I've developed an Evently application that I want to be available on port 80. So, at the suggestion of the mailing list I'm proxying port 80 to CouchDB via nginx. Unfortunately, the when requesting _changes?feed=continuous via port 80, the server doesn't respond with anything and times out. Everything else in the app seems to work fine (i.e. CRUD operations and authentication). Trying the same continuous changes query on port 5984 works just fine. Hopefully, someone with more awesomeness than I can tell me some nginx twiddly knobs to try out. Thanks guys, Zach P.S. Here's my nginx.conf: http://www.friendpaste.com/NvXZVgIT8c97DpMeN7e6b