You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/23 07:17:47 UTC

svn commit: r1341749 - /httpd/httpd/trunk/docs/manual/howto/auth.xml

Author: humbedooh
Date: Wed May 23 05:17:46 2012
New Revision: 1341749

URL: http://svn.apache.org/viewvc?rev=1341749&view=rev
Log:
simplifying example

Modified:
    httpd/httpd/trunk/docs/manual/howto/auth.xml

Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/auth.xml?rev=1341749&r1=1341748&r2=1341749&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/auth.xml Wed May 23 05:17:46 2012
@@ -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>