From: Daniel Gruno Date: Wed, 23 May 2012 05:17:46 +0000 (+0000) Subject: simplifying example X-Git-Tag: 2.5.0-alpha~6799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdd0c62ad65c9c4858bbc3ef1cf621e642817a1;p=thirdparty%2Fapache%2Fhttpd.git simplifying example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 09505972ea0..b893f3f05a2 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -543,11 +543,9 @@ Require group GroupName <RequireAll> Require all granted - <RequireNone> - Require ip 192.168.205 - Require host phishers.example.com moreidiots.example - Require host ke - </RequireNone> + Require not ip 192.168.205 + Require not host phishers.example.com moreidiots.example + Require not host ke </RequireAll>