From: Richard Bowen Date: Mon, 21 Jan 2013 19:43:42 +0000 (+0000) Subject: Update to 2.4 authz syntax X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c341af861bf9ced9d5b867ca4ba906ed81d3446;p=thirdparty%2Fapache%2Fhttpd.git Update to 2.4 authz syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436574 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 7dcb8505d17..1fe68694ac4 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -127,9 +127,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>