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 B38AE200C2A for ; Wed, 1 Mar 2017 15:22:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B20B4160B70; Wed, 1 Mar 2017 14:22:42 +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 F2331160B5E for ; Wed, 1 Mar 2017 15:22:41 +0100 (CET) Received: (qmail 9827 invoked by uid 500); 1 Mar 2017 14:22:41 -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 9817 invoked by uid 99); 1 Mar 2017 14:22:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 14:22:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7BD451A0042 for ; Wed, 1 Mar 2017 14:22:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OetEgaupMqOe for ; Wed, 1 Mar 2017 14:22:39 +0000 (UTC) Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net [96.114.154.171]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 49BB55F306 for ; Wed, 1 Mar 2017 14:22:39 +0000 (UTC) Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-12v.sys.comcast.net with SMTP id j57HcohguCGpRj57HcAC7c; Wed, 01 Mar 2017 14:20:31 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-18v.sys.comcast.net with SMTP id j57FcqvKXuroVj57Gc9BU7; Wed, 01 Mar 2017 14:20:30 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r1784915 - in /httpd/httpd/branches/2.4.x/docs/manual: upgrading.html.en upgrading.xml.fr upgrading.xml.meta Date: Wed, 1 Mar 2017 09:20:28 -0500 References: <20170301114310.A38213A0112@svn01-us-west.apache.org> <6FBD6959-7EE8-4033-99D3-1B3C89F1A2B5@jaguNET.com> To: dev@httpd.apache.org In-Reply-To: Message-Id: <39AAAF25-BCC8-41DB-9DB3-640AF7A56AA4@jaguNET.com> X-Mailer: Apple Mail (2.3259) X-CMAE-Envelope: MS4wfCTJUNbKfI/g+A50cxVy0o1us509/2H5C4Krx3Rj1Tui9H5C7C9lxF/1Qnl/bXF4nZjmIJw974vAumOf6QX6ydfKbhIrVtBaEs/98IaUAvYnjQrSfrYw SHFj+58VtNmR7RlVFRBnGbI6e0PBir3v1ip9FVSomPVcbHfCj3Zy2Vab archived-at: Wed, 01 Mar 2017 14:22:42 -0000 Oops! Sorry, didn't see the full commit. My mistake. All good! Thx! > On Mar 1, 2017, at 9:11 AM, Luca Toscano = wrote: >=20 > Hi Jim, >=20 > 2017-03-01 15:02 GMT+01:00 Jim Jagielski : >=20 > > On Mar 1, 2017, at 6:43 AM, elukey@apache.org wrote: > > > > > > <Location "/server-status"> > > SetHandler server-status > > - Require 127.0.0.1 > > + Require local > > </Location> > > >=20 > Isn't 'localhost' the canonical term? >=20 > I used the one indicated in = https://httpd.apache.org/docs/trunk/mod/mod_authz_host.html#requiredirecti= ves that should be more coincise than Require ip = 127.0.0.01/localhost/::1 (credits to Humbedooh for the tip). >=20 > Did I get it wrong? >=20 > Luca=20 >=20