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 E1306EBEC for ; Thu, 14 Feb 2013 16:29:09 +0000 (UTC) Received: (qmail 30772 invoked by uid 500); 14 Feb 2013 16:29:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30592 invoked by uid 500); 14 Feb 2013 16:29:04 -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 30562 invoked by uid 99); 14 Feb 2013 16:29:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 16:29:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pfrazee@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 16:28:56 +0000 Received: by mail-ie0-f169.google.com with SMTP id 13so3572461iea.0 for ; Thu, 14 Feb 2013 08:28:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=T3JrZ35QP7QGuNXXs8+92OwjblBVE1zuTG+hJBIa3JI=; b=UN84/v/kay0GGaxT/+JcphchluE4Dc4AvybmtHIxDAqpo9b2kLT5muxs5aXqPKYRKo /PlvFQjxOWo8dRUBXCrWP9aPBh69kdg7Fi6Y2bed0WQ38IZGuHWzEJ4FeddERk0pD0u8 5J0pkfZgPlFxq6TScdYwu9gCaRAMtSwtgVTrh/DEU8K/uimcVzxWashaOQ32LMRLMCNb fhuwznmYHx+nfXi2TMO80X1jS9tSKPs9KxSw7wc6aeBLxlLPsi5yeGUtMIELmhtOquIn 10ZGTF7cTb5JUdCoFUZcQ2g9eBQJagIZOOJ+bmsGxDLNLusQ6EwWeHt6EPSdNSV6dQhk K5vw== X-Received: by 10.50.12.226 with SMTP id b2mr167673igc.28.1360859316384; Thu, 14 Feb 2013 08:28:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.34.164 with HTTP; Thu, 14 Feb 2013 08:27:55 -0800 (PST) From: Paul Frazee Date: Thu, 14 Feb 2013 10:27:55 -0600 Message-ID: Subject: 400 Exceeded rewrite recursion limit To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=14dae9340f1124734804d5b1c027 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340f1124734804d5b1c027 Content-Type: text/plain; charset=ISO-8859-1 This is an active ticket on Couch's issue tracker ( https://issues.apache.org/jira/browse/COUCHDB-1651). I thought I'd reach out to the users list for a fix, because it's keeping me from launching. --- Has anybody else experienced chronic (but not directly reproduceable) 400 "Exceeded rewrite recursion limit" errors? When it occurs, all rewrite paths go down until the server is restarted. If there's a way to implement my routes more safely, I'd be open to suggestions. Most recently, I removed my open glob (* to *) but that has not solved the issue. You can read more about my configuration at the linked issue. Thanks pfraze --14dae9340f1124734804d5b1c027--