summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2013-01-21 20:44:24 +0100
committerRich Bowen <rbowen@apache.org>2013-01-21 20:44:24 +0100
commit3e7485982e4194fdb9be73c32e583c519a7d8853 (patch)
tree898f874fa336b76adc8e9e71003e4c78e5b2b17f /docs/manual
parentUpdate to 2.4 authz syntax (diff)
downloadapache2-3e7485982e4194fdb9be73c32e583c519a7d8853.tar.xz
apache2-3e7485982e4194fdb9be73c32e583c519a7d8853.zip
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_macro.html.en4
-rw-r--r--docs/manual/mod/mod_macro.xml.fr2
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en
index 7f08fbb5b9..450afd1164 100644
--- a/docs/manual/mod/mod_macro.html.en
+++ b/docs/manual/mod/mod_macro.html.en
@@ -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;
diff --git a/docs/manual/mod/mod_macro.xml.fr b/docs/manual/mod/mod_macro.xml.fr
index d5e74020c7..6e679e423a 100644
--- a/docs/manual/mod/mod_macro.xml.fr
+++ b/docs/manual/mod/mod_macro.xml.fr
@@ -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 -->
<!--