From: Richard Bowen Date: Thu, 13 Jun 2002 00:02:58 +0000 (+0000) Subject: Example for MimeMagicFile. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73de17b4f33bc817b66771f461c2ec386be94ebf;p=apache Example for MimeMagicFile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95624 13f79535-47bb-0310-9956-ffa450edef68 --- 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 fileMimeMagicFile conf/magic +

Apache HTTP Server Version 2.0

IndexHome \ 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 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.

+ +

For example

+ + MimeMagicFile conf/magic +