summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2007-05-25 15:11:46 +0000
committerRich Bowen <rbowen@apache.org>2007-05-25 15:11:46 +0000
commit972efb077f1f4292f87523cd8c38510a8982cbd5 (patch)
tree8a101319ee58600784848544e4963dcf03649e17 /docs/manual/mod/mod_mime.xml
parentfb5c8b941ccebd7398d9ccd4bad2eed81bc9cae2 (diff)
downloadhttpd-972efb077f1f4292f87523cd8c38510a8982cbd5.tar.gz
Adds an example using multiple file extensions, to answer a
frequently-asked (IRC) question that came up yet again today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@541685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r--docs/manual/mod/mod_mime.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index f0059238f6..ad1415dc0a 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -494,6 +494,12 @@ type</description>
AddType image/gif .gif
</example>
+ <p>Or, to specify multiple file extensions in one directive:</p>
+
+ <example><title>Example</title>
+ AddType image/jpeg jpeg jpg jpe
+ </example>
+
<note>
It is recommended that new MIME types be added using the
<directive>AddType</directive> directive rather than changing the