]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:44:24 +0000 (19:44 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:44:24 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436575 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.html.en
docs/manual/mod/mod_macro.xml.fr

index 7f08fbb5b92a27993c22613ad2d69b5c44431a5d..450afd1164d512962655fe04267e2a9f36634d70 100644 (file)
@@ -144,9 +144,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;
index d5e74020c7236315711b3f28c0aa31859094642d..6e679e423ab6375a081d518a84b7dd168ca595e1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1436366:1436418 (outdated) -->
+<!-- English Revision: 1436366:1436574 (outdated) -->
 <!-- French translation: Fabien Coelho -->
 
 <!--