comparison conf/mime.types @ 258:6ae1357b7b7c NGINX_0_4_14

nginx 0.4.14 *) Feature: the "proxy_pass_error_message" directive in IMAP/POP3 proxy. *) Feature: now configure detects system PCRE library on FreeBSD, Linux, and NetBSD. *) Bugfix: ngx_http_perl_module did not work with perl built with the threads support; bug appeared in 0.3.38. *) Bugfix: ngx_http_perl_module did not work if perl was called recursively. *) Bugfix: nginx ignored a host name in an request line. *) Bugfix: a worker process may got caught in an endless loop, if a FastCGI server sent too many data to the stderr. *) Bugfix: the $upstream_response_time variable may be negative if the system time was changed backward. *) Bugfix: the "Auth-Login-Attempt" parameter was not sent to IMAP/POP3 proxy authentication server when POP3 was used. *) Bugfix: a segmentation fault might occur if connect to IMAP/POP3 proxy authentication server failed.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Nov 2006 00:00:00 +0300
parents fa32d59d9a15
children 052a7b1d40e5
comparison
equal deleted inserted replaced
257:0e566ee1bcd5 258:6ae1357b7b7c
5 text/xml xml rss; 5 text/xml xml rss;
6 image/gif gif; 6 image/gif gif;
7 image/jpeg jpeg jpg; 7 image/jpeg jpeg jpg;
8 application/x-javascript js; 8 application/x-javascript js;
9 9
10 text/mathml mml;
10 text/plain txt; 11 text/plain txt;
12 text/vnd.sun.j2me.app-descriptor jad;
13 text/vnd.wap.wml wml;
11 text/x-component htc; 14 text/x-component htc;
12 text/mathml mml;
13 15
14 image/png png; 16 image/png png;
17 image/tiff tif tiff;
18 image/vnd.wap.wbmp wbmp;
15 image/x-icon ico; 19 image/x-icon ico;
16 image/x-jng jng; 20 image/x-jng jng;
17 image/vnd.wap.wbmp wbmp; 21 image/x-ms-bmp bmp;
18 22
19 application/java-archive jar war ear; 23 application/java-archive jar war ear;
20 application/mac-binhex40 hqx; 24 application/mac-binhex40 hqx;
25 application/msword doc;
21 application/pdf pdf; 26 application/pdf pdf;
27 application/postscript ps eps ai;
28 application/rtf rtf;
29 application/vnd.ms-excel xls;
30 application/vnd.ms-powerpoint ppt;
31 application/vnd.wap.wmlc wmlc;
32 application/vnd.wap.xhtml+xml xhtml;
22 application/x-cocoa cco; 33 application/x-cocoa cco;
23 application/x-java-archive-diff jardiff; 34 application/x-java-archive-diff jardiff;
24 application/x-java-jnlp-file jnlp; 35 application/x-java-jnlp-file jnlp;
25 application/x-makeself run; 36 application/x-makeself run;
26 application/x-perl pl pm; 37 application/x-perl pl pm;
33 application/x-tcl tcl tk; 44 application/x-tcl tcl tk;
34 application/x-x509-ca-cert der pem crt; 45 application/x-x509-ca-cert der pem crt;
35 application/x-xpinstall xpi; 46 application/x-xpinstall xpi;
36 application/zip zip; 47 application/zip zip;
37 48
49 application/octet-stream bin exe dll;
38 application/octet-stream deb; 50 application/octet-stream deb;
39 application/octet-stream bin exe dll;
40 application/octet-stream dmg; 51 application/octet-stream dmg;
41 application/octet-stream eot; 52 application/octet-stream eot;
42 application/octet-stream iso img; 53 application/octet-stream iso img;
43 application/octet-stream msi msp msm; 54 application/octet-stream msi msp msm;
44 55
56 audio/midi mid midi kar;
45 audio/mpeg mp3; 57 audio/mpeg mp3;
46 audio/x-realaudio ra; 58 audio/x-realaudio ra;
47 59
60 video/3gpp 3gpp 3gp;
48 video/mpeg mpeg mpg; 61 video/mpeg mpeg mpg;
49 video/quicktime mov; 62 video/quicktime mov;
50 video/x-flv flv; 63 video/x-flv flv;
64 video/x-mng mng;
65 video/x-ms-asf asx asf;
66 video/x-ms-wmv wmv;
51 video/x-msvideo avi; 67 video/x-msvideo avi;
52 video/x-ms-wmv wmv;
53 video/x-ms-asf asx asf;
54 video/x-mng mng;
55 } 68 }