You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/03/01 11:42:01 UTC

svn commit: r1784914 - /httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml

Author: elukey
Date: Wed Mar  1 11:42:01 2017
New Revision: 1784914

URL: http://svn.apache.org/viewvc?rev=1784914&view=rev
Log:
Merge r1784912 from trunk:

Fix upgrading documentation for PR 60794

Require 127.0.0.1 is not a valid syntax,
fixing it with Require local


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml?rev=1784914&r1=1784913&r2=1784914&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml Wed Mar  1 11:42:01 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