]> granicus.if.org Git - apache/commitdiff
simplifying example
authorDaniel Gruno <humbedooh@apache.org>
Wed, 23 May 2012 05:17:46 +0000 (05:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 23 May 2012 05:17:46 +0000 (05:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341749 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index 09505972ea02a8cd0d85e314adb58b6a84c6cf7d..b893f3f05a22a66e5dbdcdc9ee40225c3da5470b 100644 (file)
@@ -543,11 +543,9 @@ Require group GroupName
         <highlight language="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;
         </highlight>