summaryrefslogtreecommitdiff
path: root/docs/manual/howto/auth.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-23 05:19:04 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-23 05:19:04 +0000
commit17cf457f89849273f45a6274977ee86f398e8964 (patch)
treeae83ec880637c968d2e5f4431335a23a996350d2 /docs/manual/howto/auth.html.en
parent9bdd0c62ad65c9c4858bbc3ef1cf621e642817a1 (diff)
downloadhttpd-17cf457f89849273f45a6274977ee86f398e8964.tar.gz
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/auth.html.en')
-rw-r--r--docs/manual/howto/auth.html.en8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index f34e56012e..99d23cb57d 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -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>