From: Rich Bowen Date: Sun, 16 Sep 2001 03:39:15 +0000 (+0000) Subject: Comment about using a type-map file, rather than using MultiViews X-Git-Tag: 2.0.26~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28656d2084db864421d0c3e22458faf9a13c3715;p=apache Comment about using a type-map file, rather than using MultiViews git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91040 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html index ce9d009a7f..4f10d74227 100644 --- a/docs/manual/misc/perf-tuning.html +++ b/docs/manual/misc/perf-tuning.html @@ -210,6 +210,11 @@ DirectoryIndex index.cgi index.pl index.shtml index.html where you list the most common choice first. +

Also note that explicitly creating a type-map file +provides better performance than using MultiViews, as the +necessary information can be determined by reading this single file, +rather than having to scan the directory for files.

+

Process Creation

Prior to Apache 1.3 the MinSpareServers,