From b4e243338281dbe5e7a04ec6451fb7abc884545c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 21 Jan 2013 19:43:42 +0000 Subject: [PATCH] Update to 2.4 authz syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436574 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_macro.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 7dcb8505d1..1fe68694ac 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> -- 2.40.0