1
0
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:
Rich Bowen
2010-11-04 17:12:35 +00:00
parent 9d918dabaa
commit 1f6696f2f7
14 changed files with 18 additions and 50 deletions

View File

@ -53,9 +53,7 @@ configuration</td></tr>
&lt;Location /server-info&gt;<br />
<span class="indent">
SetHandler server-info<br />
Order deny,allow<br />
Deny from all<br />
Allow from yourcompany.com<br />
Require host yourcompany.com<br />
</span>
&lt;/Location&gt;
</code></p></div>