]> granicus.if.org Git - apache/commitdiff
bring perf scaling into the 21st century (s/allow from all/require all granted/).
authorDaniel Gruno <humbedooh@apache.org>
Tue, 7 May 2013 13:23:44 +0000 (13:23 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 7 May 2013 13:23:44 +0000 (13:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479900 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-scaling.xml

index 92794e832f1fa35d28e9074728927fe0c02cb128..2f5d2db996e0a3bddbb7126be8e52198c39e9876 100644 (file)
@@ -1291,8 +1291,7 @@ Listen *:8001
       &lt;Directory
       "/home/sctemme/inst/blog/httpd/htdocs"&gt;
           Options +Indexes
-          Order allow,deny
-          Allow from all
+          Require all granted
           RewriteEngine on
           RewriteCond %{REQUEST_FILENAME} !-f
           RewriteCond %{REQUEST_FILENAME} !-d
@@ -1306,8 +1305,7 @@ Listen *:8001
       ScriptAlias /cgi-bin/ /home/sctemme/inst/blog/bin/
       &lt;Directory "/home/sctemme/inst/blog/bin"&gt;
           Options +ExecCGI
-          Order allow,deny
-          Allow from all
+          Require all granted
       &lt;/Directory&gt;
   &lt;/VirtualHost&gt;
 </highlight>