1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00

Example for MimeMagicFile.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2002-06-13 00:02:58 +00:00
parent 7af68c0bf5
commit 4663c439dc
2 changed files with 10 additions and 0 deletions

View File

@@ -275,4 +275,9 @@ using the specified magic file</td></tr><tr><td nowrap="nowrap"><a href="directi
ServerRoot. Virtual hosts will use the same file as the main
server unless a more specific setting is used, in which case
the more specific setting overrides the main server's file.</p>
<p>For example</p>
<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>MimeMagicFile conf/magic</code></td></tr></table></blockquote>
<hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>

View File

@@ -298,6 +298,11 @@ using the specified magic file</description>
ServerRoot. Virtual hosts will use the same file as the main
server unless a more specific setting is used, in which case
the more specific setting overrides the main server's file.</p>
<p>For example</p>
<example>MimeMagicFile conf/magic</example>
</usage>
</directivesynopsis>
</modulesynopsis>