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 5BBFC200C2A for ; Wed, 1 Mar 2017 12:35:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5A5E3160B70; Wed, 1 Mar 2017 11:35:57 +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 8DFBD160B5E for ; Wed, 1 Mar 2017 12:35:56 +0100 (CET) Received: (qmail 1629 invoked by uid 500); 1 Mar 2017 11:35:55 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 1620 invoked by uid 99); 1 Mar 2017 11:35:55 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 11:35:55 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EE0F63A0112 for ; Wed, 1 Mar 2017 11:35:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1784912 - /httpd/httpd/trunk/docs/manual/upgrading.xml Date: Wed, 01 Mar 2017 11:35:54 -0000 To: cvs@httpd.apache.org From: elukey@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170301113554.EE0F63A0112@svn01-us-west.apache.org> archived-at: Wed, 01 Mar 2017 11:35:57 -0000 Author: elukey Date: Wed Mar 1 11:35:54 2017 New Revision: 1784912 URL: http://svn.apache.org/viewvc?rev=1784912&view=rev Log: Fix upgrading documentation for PR 60794 Require 127.0.0.1 is not a valid syntax, fixing it with Require local Modified: httpd/httpd/trunk/docs/manual/upgrading.xml Modified: httpd/httpd/trunk/docs/manual/upgrading.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.xml?rev=1784912&r1=1784911&r2=1784912&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/upgrading.xml (original) +++ httpd/httpd/trunk/docs/manual/upgrading.xml Wed Mar 1 11:35:54 2017 @@ -217,7 +217,7 @@ DocumentRoot "/var/www/html" <Location "/server-status"> SetHandler server-status - Require 127.0.0.1 + Require local </Location> access.log - GET /server-status 403 127.0.0.1