summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_mime_magic.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-02-05 21:05:18 +0100
committerKen Coar <coar@apache.org>1998-02-05 21:05:18 +0100
commit80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch)
treed84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/mod/mod_mime_magic.html
parent Correct a link that assumed the old documentation tree layout. (diff)
downloadapache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.xz
apache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.zip
Another pass at the normalisation of the HTML tags. Some
corrections coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime_magic.html')
-rw-r--r--docs/manual/mod/mod_mime_magic.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_mime_magic.html b/docs/manual/mod/mod_mime_magic.html
index 42e9c23500..2eefce1ee5 100644
--- a/docs/manual/mod/mod_mime_magic.html
+++ b/docs/manual/mod/mod_mime_magic.html
@@ -15,7 +15,7 @@
<IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
</DIV>
- <h1 align="CENTER">Module mod_mime_magic</H1>
+ <H1 align="CENTER">Module mod_mime_magic</H1>
This module is contained in the mod_mime_magic.c file, and is
an optional extension to the Apache HTTPD server.
@@ -33,7 +33,7 @@
mod_mime_magic is intended as a "second line of defense" for cases
mod_mime cannot resolve.
- <h2>Summary</h2>
+ <H2>Summary</H2>
This module is derived from a free version of the <CODE>file(1)</CODE>
command for Unix,
@@ -135,7 +135,7 @@
0 string \037\213 application/octet-stream x-gzip
</PRE>
- <h3>Performance Issues</h3>
+ <H3>Performance Issues</H3>
This module is not for every system. If your system is barely keeping
up with its load or if you're performing a web server benchmark,
@@ -158,7 +158,7 @@
listed in increasing priority so that will mean this one is used only
as a last resort, just like it was designed to.
- <h2>Directives</h2>
+ <H2>Directives</H2>
<P>
<UL>
<LI><A HREF="#mimemagicfile">MimeMagicFile</A>
@@ -205,7 +205,7 @@
<P>
<HR>
- <h2><A name="notes">Notes</A></h2>
+ <H2><A name="notes">Notes</A></H2>
The following notes apply to the mod_mime_magic module and are
included here for compliance with contributors' copyright restrictions