From: Daniel Gruno Date: Mon, 3 Sep 2012 14:18:02 +0000 (+0000) Subject: Replacing 2.2-style IP check with 2.4-style. X-Git-Tag: 2.4.4~620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d068ec73bb9853268faa69e2f2957ab862824871;p=apache Replacing 2.2-style IP check with 2.4-style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1380241 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index dbe27cef24..0eb2f7b82f 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -260,9 +260,7 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt Satisfy any # Network Access Control - Order deny,allow - Deny from all - Allow 192.168.1.0/24 + Require ip 192.168.1.0/24 # HTTP Basic Authentication AuthType basic