From: Daniel Gruno Date: Mon, 3 Sep 2012 14:17:14 +0000 (+0000) Subject: Replacing 2.2-style IP check with 2.4-style. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c79de4d12f78a6eed05148153c8212508a99eb;p=thirdparty%2Fapache%2Fhttpd.git Replacing 2.2-style IP check with 2.4-style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380240 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index dbe27cef248..0eb2f7b82fa 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