From: Daniel Gruno Date: Mon, 3 Sep 2012 14:22:19 +0000 (+0000) Subject: Forgot one more 2.2-style rule that needed fixing X-Git-Tag: 2.4.4~619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd178169b4b308fcc8786fc129c2af1bac6fd5c0;p=apache 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 --- 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>