From fd178169b4b308fcc8786fc129c2af1bac6fd5c0 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 3 Sep 2012 14:22:19 +0000 Subject: [PATCH] Forgot one more 2.2-style rule that needed fixing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1380243 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 0eb2f7b82f..336a8435ec 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -233,9 +233,7 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt <Directory /usr/local/apache2/htdocs> # Outside the subarea only Intranet access is granted - Order deny,allow - Deny from all - Allow from 192.168.1.0/24 + Require ip 192.168.1.0/24 </Directory> <Directory /usr/local/apache2/htdocs/subarea> -- 2.40.0