Added lance entry to drivers.conf.
[minix3-old.git] / commands / httpd / httpd.mtype
blobd39335ad1061004b751669928c480883fb13a289
1 # mime types By Michael Temari 12/29/2002 Ver 0.40
3 # if a file extension is not found in the configuration below the default
4 # mime type will be application/octet-stream.  This default can be changed
5 # by entering a line with a mime type only with no extension.
7 mtype
8         application/octet-stream
9         application/compress            .Z
10         application/msword              .doc
11         application/octet-stream        .bin    .exe
12         application/pdf                 .pdf
13         application/postscript          .ps     .ai     .eps
14         application/smil                .smil
15         application/x-gtar              .gtar
16         application/x-gzip              .gz
17         application/x-sh                .sh
18         application/x-pn-realaudio      .ra     .ram
19         application/x-tar               .tar
20         application/zip                 .zip
21         audio/basic                     .au     .snd
22         audio/mpeg                      .mp3
23         audio/x-aiff                    .aif    .aiff   .aifc
24         audio/x-midi                    .mid
25         audio/x-wav                     .wav
26         image/bmp                       .bmp
27         image/gif                       .gif
28         image/jpeg                      .jpg    .jpeg   .jpe
29         image/png                       .png
30         image/tiff                      .tiff   .tif
31         image/x-rgb                     .rgb
32         image/x-xbitmap                 .xbm
33         multipart/x-www-form-urlencoded .wfu
34         text/html                       .html   .htm
35         text/plain                      .txt    .c      .h
36         text/richtext                   .rtf    .rtx
37         video/mpeg                      .mpg    .mpeg   .mpe
38         video/quicktime                 .qt     .mov
39         video/x-msvideo                 .avi
40         video/x-sgi-movie               .movie