]> granicus.if.org Git - apache/commitdiff
Comment about using a type-map file, rather than using MultiViews
authorRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 03:39:15 +0000 (03:39 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 03:39:15 +0000 (03:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91040 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index ce9d009a7f519039d3aee5310b658d47dcc441ab..4f10d7422716676173589201366675d11517518b 100644 (file)
@@ -210,6 +210,11 @@ DirectoryIndex index.cgi index.pl index.shtml index.html
 
 where you list the most common choice first.
 
+<p>Also note that explicitly creating a <code>type-map</code> file
+provides better performance than using <code>MultiViews</code>, as the
+necessary information can be determined by reading this single file,
+rather than having to scan the directory for files.</p>
+
 <H4>Process Creation</H4>
 
 <P>Prior to Apache 1.3 the <CODE>MinSpareServers</CODE>,