summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-13 00:02:58 +0000
committerRich Bowen <rbowen@apache.org>2002-06-13 00:02:58 +0000
commit4663c439dc07ab9c4492cf5196ba7fffb7b51ae7 (patch)
treea7961ed3ac2984fa540664dc2d1ed7b4d6e6898a
parent7af68c0bf546ffe8aa86b9251258037eda6bc903 (diff)
downloadhttpd-4663c439dc07ab9c4492cf5196ba7fffb7b51ae7.tar.gz
Example for MimeMagicFile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95624 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_mime_magic.html.en5
-rw-r--r--docs/manual/mod/mod_mime_magic.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en
index 1707df1f9b..9c333ea0d5 100644
--- a/docs/manual/mod/mod_mime_magic.html.en
+++ b/docs/manual/mod/mod_mime_magic.html.en
@@ -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> \ No newline at end of file
diff --git a/docs/manual/mod/mod_mime_magic.xml b/docs/manual/mod/mod_mime_magic.xml
index 25b23354f7..28d6deb8fb 100644
--- a/docs/manual/mod/mod_mime_magic.xml
+++ b/docs/manual/mod/mod_mime_magic.xml
@@ -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>