]> granicus.if.org Git - apache/blobdiff - docs/manual/misc/perf-scaling.html.en
xforms (coincidentally, this is my 1111th commit, yay for palindromes!)
[apache] / docs / manual / misc / perf-scaling.html.en
index 284c84ba409d6c84d062c41322b8180f16aad77f..6bf072ef50db42607a768c77013ed3f1a535dc98 100644 (file)
@@ -1306,8 +1306,7 @@ Listen *:8001
       <Directory
       "/home/sctemme/inst/blog/httpd/htdocs">
           Options +Indexes
-          Order allow,deny
-          Allow from all
+          Require all granted
           RewriteEngine on
           RewriteCond %{REQUEST_FILENAME} !-f
           RewriteCond %{REQUEST_FILENAME} !-d
@@ -1321,8 +1320,7 @@ Listen *:8001
       ScriptAlias /cgi-bin/ /home/sctemme/inst/blog/bin/
       <Directory "/home/sctemme/inst/blog/bin">
           Options +ExecCGI
-          Order allow,deny
-          Allow from all
+          Require all granted
       </Directory>
   </VirtualHost>
 </pre>