]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Should be "Require not host gov" instead of "Require not gov"
authorDaniel Gruno <humbedooh@apache.org>
Tue, 22 May 2012 12:46:23 +0000 (12:46 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 22 May 2012 12:46:23 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341448 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/access.xml

index d78e93bb26917c36c198a1b4bd40a9072ef34f96..a4443ca38eeee6312b324401ebc52a05433cb6c1 100644 (file)
@@ -113,7 +113,7 @@ Require ip ip.address
     <highlight language="config">
 Require not ip 192.168.205
 Require not host phishers.example.com moreidiots.example
-Require not gov
+Require not host gov
     </highlight>
 
     <p>Use of the <directive