From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by dcvr.yhbt.net (Postfix) with ESMTP id C4DAD211FC for ; Sat, 10 Sep 2011 00:24:18 +0000 (UTC) Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 2ECD81858346; Fri, 9 Sep 2011 20:24:18 -0400 (EDT) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 3E64C1858361 for ; Fri, 9 Sep 2011 19:15:12 -0400 (EDT) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C3CEA210B1; Fri, 9 Sep 2011 23:15:11 +0000 (UTC) Date: Fri, 9 Sep 2011 16:15:11 -0700 From: Eric Wong To: mongrel-unicorn@rubyforge.org Subject: [PATCH] Links: add a link to the UnXF middleware Message-ID: <20110909231511.GA11538@dcvr.yhbt.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Since unicorn is designed to be deployed behind nginx (or similar), X-Forwarded-* headers are common and Rack applications may blindly trust spoofed X-Forwarded-* headers. UnXF provides a central place for managing that trust by using rpatricia. --- Pushed to git://bogomips.org/unicorn.git (commit db2cba26acc5748bcf9919e3184a667c46911f8c) and updated http://unicorn.bogomips.org/Links.html Links | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Links b/Links index e7f5e60..d78d00a 100644 --- a/Links +++ b/Links @@ -26,6 +26,9 @@ or services behind them. * {raindrops}[http://raindrops.bogomips.org/] - real-time stats for preforking Rack servers +* {UnXF}[http://bogomips.org/unxf/] Un-X-Forward* the Rack environment, + useful since unicorn is designed to be deployed behind a reverse proxy. + === \Unicorn is written to work with * {Rack}[http://rack.rubyforge.org/] - a minimal interface between webservers -- Eric Wong _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying