Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C6C16200BFE for ; Mon, 16 Jan 2017 12:03:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C55EC160B30; Mon, 16 Jan 2017 11:03:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1B411160B22 for ; Mon, 16 Jan 2017 12:03:25 +0100 (CET) Received: (qmail 14883 invoked by uid 500); 16 Jan 2017 11:03:20 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 14873 invoked by uid 99); 16 Jan 2017 11:03:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2017 11:03:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BA297180031 for ; Mon, 16 Jan 2017 11:03:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.1 X-Spam-Level: X-Spam-Status: No, score=-3.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-2.999, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=sharp.fm Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id E3Kh6XXmy2vj for ; Mon, 16 Jan 2017 11:03:15 +0000 (UTC) Received: from chandler.sharp.fm (chandler.sharp.fm [80.168.143.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 75BAA5FB5B for ; Mon, 16 Jan 2017 11:03:15 +0000 (UTC) Received: from [10.6.179.50] (82-132-237-120.dab.02.net [82.132.237.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTPSA id 33DF462FB8 for ; Mon, 16 Jan 2017 10:53:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 chandler.sharp.fm 33DF462FB8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sharp.fm; s=default; t=1484564024; bh=7xvpHU86zGHTEHTT3Zsl5CAeX/jZ+ml5IiDVrY6ExbQ=; h=From:Date:Subject:References:In-Reply-To:To:From; b=hzoLW/5ZAx0qSug0Pt3n8L5jekHpcreyYGUQcJeTTfBzWLt3yX4ra6CRtRBqyYyBA OVgLBOpL4y2u0a7DL8TVem/wVt+tqtcGUIBUs9kfVaoTfHs+cnQ0ksF58pBCGhThp5 1f+AJUc9cdzgesYpYDlgwjB2LV8np78i6XhK9lQ0= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable From: Graham Leggett Mime-Version: 1.0 (1.0) Date: Mon, 16 Jan 2017 10:11:49 +0100 Subject: Re: RemoteIPProxyProtocol Message-Id: References: <161b6d0a-ffe0-f8d1-1719-5985069f3322@primary.net> In-Reply-To: <161b6d0a-ffe0-f8d1-1719-5985069f3322@primary.net> To: dev@httpd.apache.org X-Mailer: iPhone Mail (14C92) archived-at: Mon, 16 Jan 2017 11:03:27 -0000 On 15 Jan 2017, at 18:35, Daniel Ruggeri wrote: >> As we *sure* we want to call it RemoteIPProxyProtocol instead >> of just "regular" ProxyProtocol ? >>=20 >> The latter just sounds and looks "more right" to me. >=20 > I still like RemoteIPProxyProtocol because I also like the idea of > "namespacing" modules' directives. +1. Anything starting with Proxy* should be in a module called mod_proxy*, other= wise confusion will ensue. Regards, Graham --