Commit bc3c3aa2 authored by Luca Toscano's avatar Luca Toscano
Browse files

Fix upgrading documentation for PR 60794

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



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1784912 13f79535-47bb-0310-9956-ffa450edef68
parent 18ed9bee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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