Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0958AB4A4 for ; Tue, 10 Jan 2012 12:12:51 +0000 (UTC) Received: (qmail 4081 invoked by uid 500); 10 Jan 2012 11:53:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 3905 invoked by uid 500); 10 Jan 2012 11:53:14 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 3861 invoked by uid 99); 10 Jan 2012 11:53:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 11:53:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 11:52:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 49ECF14101B for ; Tue, 10 Jan 2012 11:52:39 +0000 (UTC) Date: Tue, 10 Jan 2012 11:52:39 +0000 (UTC) From: "Jason Smith (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <833012774.25142.1326196359316.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1557091568.20595.1326077739677.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1377) support X-Forwarded-* headers in couch_httpd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183202#comment-13183202 ] Jason Smith commented on COUCHDB-1377: -------------------------------------- Backported (cherry-picked) to 1.2.x. https://github.com/jhs/couchdb/tree/xforwarded_1.2.x Etap tests pass and Max asked to run this on his favorite couch; so no news is good news :) > support X-Forwarded-* headers in couch_httpd > -------------------------------------------- > > Key: COUCHDB-1377 > URL: https://issues.apache.org/jira/browse/COUCHDB-1377 > Project: CouchDB > Issue Type: Improvement > Components: HTTP Interface > Affects Versions: 1.1.1, 1.2 > Reporter: Randall Leeds > Assignee: Randall Leeds > Fix For: 1.2.1, 1.3 > > Attachments: v1-0001-COUCHDB-1377-X-Forwarded-headers-in-proxy-module.patch > > > X-Forwarded-For, as well as X-Forwarded-Proto and X-Forwarded-Ssl, are partially supported by the couch_httpd module. However, the couch_httpd_proxy module ignores these same configuration settings when it could manipulate the headers to pass more information upstream. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira