Commit 51eab880 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent ef832160
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>,