mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Change mentions of 'Deny from' and 'Allow from' to new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -94,9 +94,7 @@ performance</td></tr>
|
||||
<Location /server-status><br />
|
||||
SetHandler server-status<br />
|
||||
<br />
|
||||
Order Deny,Allow<br />
|
||||
Deny from all<br />
|
||||
Allow from .example.com<br />
|
||||
Require host example.com<br />
|
||||
</Location>
|
||||
</code></p></div>
|
||||
|
||||
|
Reference in New Issue
Block a user