You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/09/03 16:17:14 UTC

svn commit: r1380240 - /httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml

Author: humbedooh
Date: Mon Sep  3 14:17:14 2012
New Revision: 1380240

URL: http://svn.apache.org/viewvc?rev=1380240&view=rev
Log:
Replacing 2.2-style IP check with 2.4-style.

Modified:
    httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml?rev=1380240&r1=1380239&r2=1380240&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml Mon Sep  3 14:17:14 2012
@@ -260,9 +260,7 @@ SSLCACertificateFile conf/ssl.crt/compan
     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