]> granicus.if.org Git - apache/commitdiff
Forgot one more 2.2-style rule that needed fixing
authorDaniel Gruno <humbedooh@apache.org>
Mon, 3 Sep 2012 14:21:53 +0000 (14:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 3 Sep 2012 14:21:53 +0000 (14:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380242 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.xml

index 0eb2f7b82faa591f64ddc9d96ae8ff158de791c2..336a8435ecd358bbf8e4eda3444f97a866b677d4 100644 (file)
@@ -233,9 +233,7 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt
 
 &lt;Directory /usr/local/apache2/htdocs&gt;
     #   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
 &lt;/Directory&gt;
 
 &lt;Directory /usr/local/apache2/htdocs/subarea&gt;