]> granicus.if.org Git - apache/commitdiff
Replacing 2.2-style IP check with 2.4-style.
authorDaniel Gruno <humbedooh@apache.org>
Mon, 3 Sep 2012 14:17:14 +0000 (14:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 3 Sep 2012 14:17:14 +0000 (14:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380240 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.xml

index dbe27cef248c1959623f246171543ae630b1d6a9..0eb2f7b82faa591f64ddc9d96ae8ff158de791c2 100644 (file)
@@ -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