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:21:54 UTC

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

Author: humbedooh
Date: Mon Sep  3 14:21:53 2012
New Revision: 1380242

URL: http://svn.apache.org/viewvc?rev=1380242&view=rev
Log:
Forgot one more 2.2-style rule that needed fixing

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=1380242&r1=1380241&r2=1380242&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:21:53 2012
@@ -233,9 +233,7 @@ SSLCACertificateFile conf/ssl.crt/compan
 
 <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>