1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-05-23 05:19:04 +00:00
parent 9bdd0c62ad
commit 17cf457f89
7 changed files with 10 additions and 10 deletions

View File

@@ -561,11 +561,9 @@ Require group GroupName
<pre class="prettyprint lang-config">
&lt;RequireAll&gt;
Require all granted
&lt;RequireNone&gt;
Require ip 192.168.205
Require host phishers.example.com moreidiots.example
Require host ke
&lt;/RequireNone&gt;
Require not ip 192.168.205
Require not host phishers.example.com moreidiots.example
Require not host ke
&lt;/RequireAll&gt;
</pre>