From: Richard Bowen Date: Mon, 21 Jan 2013 19:44:24 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2fad07ea3ed8a1ac7e78c4822a8c2a1d6701489;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 7f08fbb5b92..450afd1164d 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.

# limit access to intranet subdir. <Directory $dir/intranet> - order deny,allow - deny from all - allow from 10.0.0.0/8 + Require ip 10.0.0.0/8 </Directory> </VirtualHost> </Macro> diff --git a/docs/manual/mod/mod_macro.xml.fr b/docs/manual/mod/mod_macro.xml.fr index d5e74020c72..6e679e423ab 100644 --- a/docs/manual/mod/mod_macro.xml.fr +++ b/docs/manual/mod/mod_macro.xml.fr @@ -1,7 +1,7 @@ - +