]> granicus.if.org Git - apache/commitdiff
Update to 2.4 authz syntax
authorRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:43:42 +0000 (19:43 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:43:42 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436574 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index 7dcb8505d1752ff504b45a354ee12552de1c9f43..1fe68694ac4a695a7b553e66c5e58054c8c06ad6 100644 (file)
@@ -127,9 +127,7 @@ dynamically-generated virtual hosts.</p>
 
     # limit access to intranet subdir.
     &lt;Directory $dir/intranet&gt;
-      order deny,allow
-      deny from all
-      allow from 10.0.0.0/8
+      Require ip 10.0.0.0/8
     &lt;/Directory&gt;
   &lt;/VirtualHost&gt;
 &lt;/Macro&gt;