extension, and the order of the extensions is normally irrelevant
(see <A HREF="mod/mod_mime.html">mod_mime</A> documentation for details).
<P>
-A typical file has a mime-type extension (e.g. <SAMP>html</SAMP>),
+A typical file has a MIME-type extension (e.g. <SAMP>html</SAMP>),
maybe an encoding extension (e.g. <SAMP>gz</SAMP> and of course a
language extension (e.g. <SAMP>en</SAMP>) when we have different
language variants of this file.
hyperlink references.
<P>
-If you want to continue to use a mime-type in your hyperlinks (e.g.
+If you want to continue to use a MIME-type in your hyperlinks (e.g.
<SAMP>foo.html</SAMP>) the language extension (including an encoding extension
-if there is one) must be on the right hand side of the mime-type extension
+if there is one) must be on the right hand side of the MIME-type extension
(e.g. <SAMP>foo.html.en</SAMP>).
extension, and the order of the extensions is normally irrelevant
(see <A HREF="mod/mod_mime.html">mod_mime</A> documentation for details).
<P>
-A typical file has a mime-type extension (e.g. <SAMP>html</SAMP>),
+A typical file has a MIME-type extension (e.g. <SAMP>html</SAMP>),
maybe an encoding extension (e.g. <SAMP>gz</SAMP> and of course a
language extension (e.g. <SAMP>en</SAMP>) when we have different
language variants of this file.
hyperlink references.
<P>
-If you want to continue to use a mime-type in your hyperlinks (e.g.
+If you want to continue to use a MIME-type in your hyperlinks (e.g.
<SAMP>foo.html</SAMP>) the language extension (including an encoding extension
-if there is one) must be on the right hand side of the mime-type extension
+if there is one) must be on the right hand side of the MIME-type extension
(e.g. <SAMP>foo.html.en</SAMP>).
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> DefaultType <EM>mime-type</EM><BR>
+><STRONG>Syntax:</STRONG></A> DefaultType <EM>MIME-type</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
<P> <HR>
<H2><A NAME="include">Include directive</A></H2>
-<STRONG>Syntax: (Apache 1.2)</STRONG> Include <EM>filename</EM><BR>
+<STRONG>Syntax:</STRONG> Include <EM>filename</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<STRONG>See also:</STRONG>
<A HREF="../vhosts/index.html">Apache Virtual Host documentation</A>
-
+<HR>
<H2><A NAME="options">Options directive</A></H2>
<!--%plaintext <?INDEX {\tt Options} directive> -->
<A
it is far more efficient. The server is started once, and services all
subsequent connections. If you intend running Apache to serve a busy site,
standalone will probably be your only option.<P>
-
+<HR>
<H2><A NAME="startservers">StartServers directive</A></H2>
<!--%plaintext <?INDEX {\tt StartServers} directive> -->
<A
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR>
+><STRONG>Syntax:</STRONG></A> Action <EM>MIME-type cgi-script</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
</P>
<P>
This directive adds an action, which will activate <EM>cgi-script</EM> when
-a file of content type <EM>mime-type</EM> is requested. It sends the
+a file of content type <EM>MIME-type</EM> is requested. It sends the
URL and file path of the requested document using the standard
CGI PATH_INFO and PATH_TRANSLATED environment variables.
</P>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM>
+><STRONG>Syntax:</STRONG></A>
+ RedirectMatch [<EM>status</EM>] <EM>regex url</EM>
<BR>
<A
HREF="directive-dict.html#Context"
<HR>
-<H2><A NAME="authdbmgroupfile">AuthDbmGroupFile</A></H2>
-<!--%plaintext <?INDEX {\tt AuthDbmGroupFile} directive> -->
+<H2><A NAME="authdbmgroupfile">AuthDBMGroupFile</A></H2>
+<!--%plaintext <?INDEX {\tt AuthDBMGroupFile} directive> -->
<A
HREF="directive-dict.html#Syntax"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon mime-encoding mime-encoding
+><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding MIME-encoding
...</EM><BR>
<A
HREF="directive-dict.html#Context"
><STRONG>Module:</STRONG></A> mod_autoindex<P>
This sets the icon to display next to files with
-<EM>mime-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>.
+<EM>MIME-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>.
<EM>Icon</EM> is either a (%-escaped) relative URL to the icon, or of the
format (<EM>alttext</EM>,<EM>url</EM>) where <EM>alttext</EM> is the text tag
given for an icon for non-graphical browsers.<P>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon mime-type mime-type ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type MIME-type ...</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
REL="Help"
><STRONG>Module:</STRONG></A> mod_autoindex<P>
-This sets the icon to display next to files of type <EM>mime-type</EM> for
+This sets the icon to display next to files of type <EM>MIME-type</EM> for
<A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a
(%-escaped) relative URL to the icon, or of the format
(<EM>alttext</EM>,<EM>url</EM>) where <EM>alttext</EM> is the text tag given
<A
HREF="directive-dict.html#Syntax"
REL="Help"
- ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type
+ ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>MIME-type
<code>seconds</EM>
<BR>
<A
This module is contained in the <CODE>mod_include.c</CODE> file, and
is compiled in by default. It provides for server-parsed html
-documents. Several directives beyond the original NCSA definition have been
-included in Apache 1.2 - these are flagged below with the phrase
+documents. Several directives beyond the original NCSA definition were
+introduced in Apache 1.2 - these are flagged below with the phrase
"Apache 1.2 and above". Of particular significance are the new flow
control directives documented at the bottom.
HREF="#addlanguage">AddLanguage</A> and <A HREF="#addtype">AddType</A>
are all used to map file extensions onto the meta-information for that
file. Respectively they set the content-encoding, handler,
-content-language and mime-type (content-type) of documents. The
+content-language and MIME-type (content-type) of documents. The
directive <A HREF="#typesconfig">TypesConfig</A> is used to specify a
file which also maps extensions onto mime types. The directives <A
HREF="#forcetype">ForceType</A> and <A
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AddEncoding <EM>mime-enc extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension extension...</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AddLanguage <EM>mime-lang extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension extension...</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AddType <EM>mime-type extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension extension...</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
mappings from filename extensions to content types; changing this file is not
recommended. Use the <A HREF="#addtype">AddType</A> directive instead. The
file contains lines in the format of the arguments to an AddType command:
-<BLOCKQUOTE><EM>mime-type extension extension ...</EM></BLOCKQUOTE>
+<BLOCKQUOTE><EM>MIME-type extension extension ...</EM></BLOCKQUOTE>
The extensions are lower-cased. Blank lines, and lines beginning with a hash
character (`#') are ignored.<P>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>mime-lang mime-lang...</EM><BR>
+><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang MIME-lang...</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
The LanguagePriority sets the precedence of language variants for the case
where the client does not express a preference, when handling a
-MultiViews request. The list of <EM>mime-lang</EM> are in order of decreasing
+MultiViews request. The list of <EM>MIME-lang</EM> are in order of decreasing
preference. Example:
<BLOCKQUOTE><CODE>LanguagePriority en fr de</CODE></BLOCKQUOTE>
external redirect happen (where the ``<CODE>.www</CODE>'' part should not to
occur!).
<P>
-<LI>'<STRONG><CODE>type|T</CODE></STRONG>=<EM>mime-type</EM>' (force MIME <STRONG>t</STRONG>ype)<BR>
- Force the MIME-type of the target file to be <EM>mime-type</EM>. For
+<LI>'<STRONG><CODE>type|T</CODE></STRONG>=<EM>MIME-type</EM>' (force MIME <STRONG>t</STRONG>ype)<BR>
+ Force the MIME-type of the target file to be <EM>MIME-type</EM>. For
instance, this can be used to simulate the old <CODE>mod_alias</CODE>
directive <CODE>ScriptAlias</CODE> which internally forces all files inside
the mapped directory to have a MIME type of