Commit 8d2abb5a authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Add example/default allow-from for localhost, please???

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410757 13f79535-47bb-0310-9956-ffa450edef68
parent 0c0b2213
Loading
Loading
Loading
Loading
+2 −0
Changes for docs/conf/extra/httpd-info.conf.in: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
<Location /server-status>
    SetHandler server-status
    Require host .example.com
    Allow from 127
</Location>

#
@@ -30,4 +31,5 @@
<Location /server-info>
    SetHandler server-info
    Require host .example.com
    Allow from 127
</Location>