puma 0.8.2-java → 0.9.0-java
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of puma might be problematic. Click here for more details.
- data/Manifest.txt +6 -18
- data/Rakefile +86 -8
- data/bin/puma +1 -0
- data/bin/pumactl +12 -0
- data/lib/puma.rb +0 -3
- data/lib/puma/app/status.rb +37 -0
- data/lib/puma/cli.rb +161 -5
- data/lib/puma/const.rb +35 -2
- data/lib/puma/control_cli.rb +112 -0
- data/lib/puma/events.rb +18 -0
- data/lib/puma/null_io.rb +35 -0
- data/lib/puma/rack_patch.rb +4 -1
- data/lib/puma/server.rb +177 -78
- data/lib/puma/thread_pool.rb +51 -0
- data/lib/puma_http11.jar +0 -0
- data/puma.gemspec +5 -5
- data/test/ab_rs.rb +22 -0
- data/test/test_app_status.rb +69 -0
- data/test/test_cli.rb +91 -5
- data/test/test_http11.rb +1 -18
- data/test/test_persistent.rb +3 -3
- data/test/test_thread_pool.rb +24 -0
- metadata +10 -21
- data/.gemtest +0 -0
- data/examples/builder.rb +0 -29
- data/examples/camping/README +0 -3
- data/examples/camping/blog.rb +0 -294
- data/examples/camping/tepee.rb +0 -149
- data/examples/httpd.conf +0 -474
- data/examples/mime.yaml +0 -3
- data/examples/mongrel.conf +0 -9
- data/examples/monitrc +0 -57
- data/examples/random_thrash.rb +0 -19
- data/examples/simpletest.rb +0 -52
- data/examples/webrick_compare.rb +0 -20
- data/lib/puma/gems.rb +0 -20
- data/lib/puma/mime_types.yml +0 -616
- data/lib/puma/utils.rb +0 -44
- data/tasks/gem.rake +0 -24
- data/tasks/java.rake +0 -12
- data/tasks/native.rake +0 -36
- data/tasks/ragel.rake +0 -24
data/examples/mime.yaml
DELETED
data/examples/mongrel.conf
DELETED
data/examples/monitrc
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
set daemon 60
|
2
|
-
set logfile syslog facility log_daemon
|
3
|
-
set mailserver localhost
|
4
|
-
set mail-format { from: monit@localhost }
|
5
|
-
set alert root@localhost
|
6
|
-
|
7
|
-
check process sshd with pidfile /var/run/sshd.pid
|
8
|
-
start program "/etc/init.d/ssh start"
|
9
|
-
stop program "/etc/init.d/ssh stop"
|
10
|
-
if failed port 22 protocol ssh then restart
|
11
|
-
if 5 restarts within 5 cycles then timeout
|
12
|
-
|
13
|
-
check process mysql with pidfile /var/run/mysqld/mysqld.pid
|
14
|
-
group database
|
15
|
-
start program = "/etc/init.d/mysql start"
|
16
|
-
stop program = "/etc/init.d/mysql stop"
|
17
|
-
if failed host 127.0.0.1 port 3306 then restart
|
18
|
-
if 5 restarts within 5 cycles then timeout
|
19
|
-
|
20
|
-
check process httpd with pidfile /usr/local/apache2/logs/httpd.pid
|
21
|
-
group www-data
|
22
|
-
start program "/usr/local/apache2/bin/apachectl start"
|
23
|
-
stop program "/usr/local/apache2/bin/apachectl stop"
|
24
|
-
if failed host localhost port 80 protocol http
|
25
|
-
and request "/" then alert
|
26
|
-
if cpu is greater than 60% for 2 cycles then alert
|
27
|
-
if cpu > 80% for 5 cycles then restart
|
28
|
-
if children > 250 then restart
|
29
|
-
if loadavg(5min) greater than 10 for 8 cycles then alert
|
30
|
-
if 3 restarts within 5 cycles then timeout
|
31
|
-
|
32
|
-
check process mongrel_8000 with pidfile /var/rails/MYAPP/log/mongrel.8000.pid
|
33
|
-
group root
|
34
|
-
if failed host 127.0.0.1 port 8000 protocol http
|
35
|
-
and request "/" then alert
|
36
|
-
if cpu is greater than 60% for 2 cycles then alert
|
37
|
-
if cpu > 80% for 5 cycles then restart
|
38
|
-
if loadavg(5min) greater than 10 for 8 cycles then restart
|
39
|
-
if 3 restarts within 5 cycles then timeout
|
40
|
-
|
41
|
-
check process mongrel_8001 with pidfile /var/rails/MYAPP/log/mongrel.8001.pid
|
42
|
-
group root
|
43
|
-
if failed host 127.0.0.1 port 8001 protocol http
|
44
|
-
and request "/" then alert
|
45
|
-
if cpu is greater than 60% for 2 cycles then alert
|
46
|
-
if cpu > 80% for 5 cycles then alert
|
47
|
-
if loadavg(5min) greater than 10 for 8 cycles then alert
|
48
|
-
if 3 restarts within 5 cycles then timeout
|
49
|
-
|
50
|
-
check process postfix with pidfile /var/spool/postfix/pid/master.pid
|
51
|
-
group mail
|
52
|
-
start program = "/etc/init.d/postfix start"
|
53
|
-
stop program = "/etc/init.d/postfix stop"
|
54
|
-
if failed port 25 protocol smtp then restart
|
55
|
-
if 5 restarts within 5 cycles then timeout
|
56
|
-
|
57
|
-
|
data/examples/random_thrash.rb
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
require 'socket'
|
2
|
-
devrand = open("/dev/random","r")
|
3
|
-
|
4
|
-
loop do
|
5
|
-
s = TCPSocket.new(ARGV[0],ARGV[1])
|
6
|
-
s.write("GET / HTTP/1.1\r\n")
|
7
|
-
total = 0
|
8
|
-
begin
|
9
|
-
loop do
|
10
|
-
r = devrand.read(10)
|
11
|
-
n = s.write(r)
|
12
|
-
total += n
|
13
|
-
end
|
14
|
-
rescue Object
|
15
|
-
STDERR.puts "#$!: #{total}"
|
16
|
-
end
|
17
|
-
s.close
|
18
|
-
sleep 1
|
19
|
-
end
|
data/examples/simpletest.rb
DELETED
@@ -1,52 +0,0 @@
|
|
1
|
-
$LOAD_PATH << File.join(File.dirname(__FILE__), "..", "lib")
|
2
|
-
require 'mongrel'
|
3
|
-
require 'yaml'
|
4
|
-
|
5
|
-
class SimpleHandler < Mongrel::HttpHandler
|
6
|
-
def process(request, response)
|
7
|
-
response.start do |head,out|
|
8
|
-
head["Content-Type"] = "text/html"
|
9
|
-
results = "<html><body>Your request:<br /><pre>#{request.params.to_yaml}</pre><a href=\"/files\">View the files.</a></body></html>"
|
10
|
-
out << results
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
class DumbHandler < Mongrel::HttpHandler
|
16
|
-
def process(request, response)
|
17
|
-
response.start do |head,out|
|
18
|
-
head["Content-Type"] = "text/html"
|
19
|
-
out.write("test")
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
|
25
|
-
if ARGV.length != 3
|
26
|
-
STDERR.puts "usage: simpletest.rb <host> <port> <docroot>"
|
27
|
-
exit(1)
|
28
|
-
end
|
29
|
-
|
30
|
-
stats = Mongrel::StatisticsFilter.new(:sample_rate => 1)
|
31
|
-
|
32
|
-
config = Mongrel::Configurator.new :host => ARGV[0], :port => ARGV[1] do
|
33
|
-
listener do
|
34
|
-
uri "/", :handler => SimpleHandler.new
|
35
|
-
uri "/", :handler => Mongrel::DeflateFilter.new
|
36
|
-
uri "/", :handler => stats
|
37
|
-
uri "/dumb", :handler => DumbHandler.new
|
38
|
-
uri "/dumb", :handler => Mongrel::DeflateFilter.new
|
39
|
-
uri "/dumb", :handler => stats
|
40
|
-
uri "/files", :handler => Mongrel::DirHandler.new(ARGV[2])
|
41
|
-
uri "/files", :handler => stats
|
42
|
-
uri "/status", :handler => Mongrel::StatusHandler.new(:stats_filter => stats)
|
43
|
-
redirect "/redir1", "/"
|
44
|
-
redirect "/to", /to/, 'w'
|
45
|
-
end
|
46
|
-
|
47
|
-
trap("INT") { stop }
|
48
|
-
run
|
49
|
-
end
|
50
|
-
|
51
|
-
puts "Mongrel running on #{ARGV[0]}:#{ARGV[1]} with docroot #{ARGV[2]}"
|
52
|
-
config.join
|
data/examples/webrick_compare.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
#!/usr/local/bin/ruby
|
2
|
-
require 'webrick'
|
3
|
-
include WEBrick
|
4
|
-
|
5
|
-
s = HTTPServer.new( :Port => 4000 )
|
6
|
-
|
7
|
-
# HTTPServer#mount(path, servletclass)
|
8
|
-
# When a request referring "/hello" is received,
|
9
|
-
# the HTTPServer get an instance of servletclass
|
10
|
-
# and then call a method named do_"a HTTP method".
|
11
|
-
|
12
|
-
class HelloServlet < HTTPServlet::AbstractServlet
|
13
|
-
def do_GET(req, res)
|
14
|
-
res.body = "hello!"
|
15
|
-
res['Content-Type'] = "text/html"
|
16
|
-
end
|
17
|
-
end
|
18
|
-
s.mount("/test", HelloServlet)
|
19
|
-
|
20
|
-
s.start
|
data/lib/puma/gems.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
module Puma
|
2
|
-
module Gems
|
3
|
-
class << self
|
4
|
-
def optional(library, version = nil)
|
5
|
-
begin
|
6
|
-
Kernel.require library
|
7
|
-
rescue LoadError, RuntimeError => e
|
8
|
-
begin
|
9
|
-
# ActiveSupport breaks 'require' by making it always return a true value
|
10
|
-
Kernel.require 'rubygems'
|
11
|
-
version ? gem(library, version) : gem(library)
|
12
|
-
retry
|
13
|
-
rescue Gem::LoadError, LoadError, RuntimeError
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
data/lib/puma/mime_types.yml
DELETED
@@ -1,616 +0,0 @@
|
|
1
|
-
---
|
2
|
-
.a: application/octet-stream
|
3
|
-
.abc: text/vnd.abc
|
4
|
-
.acgi: text/html
|
5
|
-
.afl: video/animaflex
|
6
|
-
.ai: application/postscript
|
7
|
-
.aif: audio/aiff
|
8
|
-
.aifc: audio/aiff
|
9
|
-
.aiff: audio/aiff
|
10
|
-
.aip: text/x-audiosoft-intra
|
11
|
-
.ani: application/x-navi-animation
|
12
|
-
.aps: application/mime
|
13
|
-
.arc: application/octet-stream
|
14
|
-
.arj: application/octet-stream
|
15
|
-
.art: image/x-jg
|
16
|
-
.asf: video/x-ms-asf
|
17
|
-
.asm: text/x-asm
|
18
|
-
.asp: text/asp
|
19
|
-
.asr: video/x-ms-asf
|
20
|
-
.asx: video/x-ms-asf
|
21
|
-
.atom: application/atom+xml
|
22
|
-
.au: audio/basic
|
23
|
-
.au: audio/x-au
|
24
|
-
.avi: video/avi
|
25
|
-
.avs: video/avs-video
|
26
|
-
.axs: application/olescript
|
27
|
-
.bas: text/plain
|
28
|
-
.bcpio: application/x-bcpio
|
29
|
-
.bin: application/octet-stream
|
30
|
-
.bm: image/bmp
|
31
|
-
.bmp: image/bmp
|
32
|
-
.boo: application/book
|
33
|
-
.book: application/book
|
34
|
-
.boz: application/x-bzip2
|
35
|
-
.bsh: application/x-bsh
|
36
|
-
.bz2: application/x-bzip2
|
37
|
-
.bz: application/x-bzip
|
38
|
-
.c: text/plain
|
39
|
-
.cat: application/octet-stream
|
40
|
-
.cc: text/plain
|
41
|
-
.ccad: application/clariscad
|
42
|
-
.cco: application/x-cocoa
|
43
|
-
.cdf: application/cdf
|
44
|
-
.cer: application/x-x509-ca-cert
|
45
|
-
.cha: application/x-chat
|
46
|
-
.chat: application/x-chat
|
47
|
-
.class: application/java
|
48
|
-
.class: application/octet-stream
|
49
|
-
.clp: application/x-msclip
|
50
|
-
.cmx: image/x-cmx
|
51
|
-
.cod: image/cis-cod
|
52
|
-
.com: application/octet-stream
|
53
|
-
.com: text/plain
|
54
|
-
.conf: text/plain
|
55
|
-
.cpio: application/x-cpio
|
56
|
-
.cpp: text/x-c
|
57
|
-
.cpt: application/x-cpt
|
58
|
-
.crd: application/x-mscardfile
|
59
|
-
.crl: application/pkcs-crl
|
60
|
-
.crl: application/pkix-crl
|
61
|
-
.crt: application/x-x509-ca-cert
|
62
|
-
.csh: application/x-csh
|
63
|
-
.csh: text/x-script.csh
|
64
|
-
.css: text/css
|
65
|
-
.cxx: text/plain
|
66
|
-
.dcr: application/x-director
|
67
|
-
.deb: application/octet-stream
|
68
|
-
.deepv: application/x-deepv
|
69
|
-
.def: text/plain
|
70
|
-
.der: application/x-x509-ca-cert
|
71
|
-
.dhh: application/david-heinemeier-hansson
|
72
|
-
.dif: video/x-dv
|
73
|
-
.dir: application/x-director
|
74
|
-
.dl: video/dl
|
75
|
-
.dll: application/octet-stream
|
76
|
-
.dmg: application/octet-stream
|
77
|
-
.dms: application/octet-stream
|
78
|
-
.doc: application/msword
|
79
|
-
.dp: application/commonground
|
80
|
-
.drw: application/drafting
|
81
|
-
.dump: application/octet-stream
|
82
|
-
.dv: video/x-dv
|
83
|
-
.dvi: application/x-dvi
|
84
|
-
.dwg: application/acad
|
85
|
-
.dwg: image/x-dwg
|
86
|
-
.dxf: application/dxf
|
87
|
-
.dxf: image/x-dwg
|
88
|
-
.dxr: application/x-director
|
89
|
-
.ear: application/java-archive
|
90
|
-
.el: text/x-script.elisp
|
91
|
-
.elc: application/x-bytecode.elisp (compiled elisp)
|
92
|
-
.elc: application/x-elc
|
93
|
-
.env: application/x-envoy
|
94
|
-
.eot: application/octet-stream
|
95
|
-
.eps: application/postscript
|
96
|
-
.es: application/x-esrehber
|
97
|
-
.etx: text/x-setext
|
98
|
-
.evy: application/envoy
|
99
|
-
.evy: application/x-envoy
|
100
|
-
.exe: application/octet-stream
|
101
|
-
.f77: text/x-fortran
|
102
|
-
.f90: text/plain
|
103
|
-
.f90: text/x-fortran
|
104
|
-
.f: text/x-fortran
|
105
|
-
.fdf: application/vnd.fdf
|
106
|
-
.fif: application/fractals
|
107
|
-
.fif: image/fif
|
108
|
-
.fli: video/fli
|
109
|
-
.fli: video/x-fli
|
110
|
-
.flo: image/florian
|
111
|
-
.flr: x-world/x-vrml
|
112
|
-
.flv: video/x-flv
|
113
|
-
.flx: text/vnd.fmi.flexstor
|
114
|
-
.fmf: video/x-atomic3d-feature
|
115
|
-
.for: text/plain
|
116
|
-
.for: text/x-fortran
|
117
|
-
.fpx: image/vnd.fpx
|
118
|
-
.fpx: image/vnd.net-fpx
|
119
|
-
.frl: application/freeloader
|
120
|
-
.funk: audio/make
|
121
|
-
.g3: image/g3fax
|
122
|
-
.g: text/plain
|
123
|
-
.gif: image/gif
|
124
|
-
.gl: video/gl
|
125
|
-
.gl: video/x-gl
|
126
|
-
.gsd: audio/x-gsm
|
127
|
-
.gsm: audio/x-gsm
|
128
|
-
.gsp: application/x-gsp
|
129
|
-
.gss: application/x-gss
|
130
|
-
.gtar: application/x-gtar
|
131
|
-
.gz: application/x-compressed
|
132
|
-
.gzip: application/x-gzip
|
133
|
-
.h: text/plain
|
134
|
-
.hdf: application/x-hdf
|
135
|
-
.help: application/x-helpfile
|
136
|
-
.hgl: application/vnd.hp-hpgl
|
137
|
-
.hh: text/plain
|
138
|
-
.hlb: text/x-script
|
139
|
-
.hlp: application/hlp
|
140
|
-
.hpg: application/vnd.hp-hpgl
|
141
|
-
.hpgl: application/vnd.hp-hpgl
|
142
|
-
.hqx: application/binhex
|
143
|
-
.hta: application/hta
|
144
|
-
.htc: text/x-component
|
145
|
-
.htm: text/html
|
146
|
-
.html: text/html
|
147
|
-
.htmls: text/html
|
148
|
-
.htt: text/webviewhtml
|
149
|
-
.htx: text/html
|
150
|
-
.ico: image/x-icon
|
151
|
-
.idc: text/plain
|
152
|
-
.ief: image/ief
|
153
|
-
.iefs: image/ief
|
154
|
-
.iges: application/iges
|
155
|
-
.igs: application/iges
|
156
|
-
.iii: application/x-iphone
|
157
|
-
.ima: application/x-ima
|
158
|
-
.imap: application/x-httpd-imap
|
159
|
-
.img: application/octet-stream
|
160
|
-
.inf: application/inf
|
161
|
-
.ins: application/x-internet-signup
|
162
|
-
.ins: application/x-internett-signup
|
163
|
-
.ip: application/x-ip2
|
164
|
-
.iso: application/octet-stream
|
165
|
-
.isp: application/x-internet-signup
|
166
|
-
.isu: video/x-isvideo
|
167
|
-
.it: audio/it
|
168
|
-
.iv: application/x-inventor
|
169
|
-
.ivr: i-world/i-vrml
|
170
|
-
.ivy: application/x-livescreen
|
171
|
-
.jam: audio/x-jam
|
172
|
-
.jar: application/java-archive
|
173
|
-
.jardiff: application/x-java-archive-diff
|
174
|
-
.jav: text/plain
|
175
|
-
.jav: text/x-java-source
|
176
|
-
.java: text/plain
|
177
|
-
.java: text/x-java-source
|
178
|
-
.jcm: application/x-java-commerce
|
179
|
-
.jfif-tbnl: image/jpeg
|
180
|
-
.jfif: image/jpeg
|
181
|
-
.jfif: image/pipeg
|
182
|
-
.jfif: image/pjpeg
|
183
|
-
.jng: image/x-jng
|
184
|
-
.jnlp: application/x-java-jnlp-file
|
185
|
-
.jpe: image/jpeg
|
186
|
-
.jpeg: image/jpeg
|
187
|
-
.jpg: image/jpeg
|
188
|
-
.jps: image/x-jps
|
189
|
-
.js: application/x-javascript
|
190
|
-
.js: text/javascript
|
191
|
-
.jut: image/jutvision
|
192
|
-
.kar: audio/midi
|
193
|
-
.kar: music/x-karaoke
|
194
|
-
.ksh: application/x-ksh
|
195
|
-
.ksh: text/x-script.ksh
|
196
|
-
.la: audio/nspaudio
|
197
|
-
.la: audio/x-nspaudio
|
198
|
-
.lam: audio/x-liveaudio
|
199
|
-
.latex: application/x-latex
|
200
|
-
.lha: application/lha
|
201
|
-
.lha: application/octet-stream
|
202
|
-
.lha: application/x-lha
|
203
|
-
.lhx: application/octet-stream
|
204
|
-
.list: text/plain
|
205
|
-
.lma: audio/nspaudio
|
206
|
-
.lma: audio/x-nspaudio
|
207
|
-
.log: text/plain
|
208
|
-
.lsf: video/x-la-asf
|
209
|
-
.lsp: application/x-lisp
|
210
|
-
.lsp: text/x-script.lisp
|
211
|
-
.lst: text/plain
|
212
|
-
.lsx: text/x-la-asf
|
213
|
-
.lsx: video/x-la-asf
|
214
|
-
.ltx: application/x-latex
|
215
|
-
.lzh: application/octet-stream
|
216
|
-
.lzh: application/x-lzh
|
217
|
-
.lzx: application/lzx
|
218
|
-
.lzx: application/octet-stream
|
219
|
-
.lzx: application/x-lzx
|
220
|
-
.m13: application/x-msmediaview
|
221
|
-
.m14: application/x-msmediaview
|
222
|
-
.m1v: video/mpeg
|
223
|
-
.m2a: audio/mpeg
|
224
|
-
.m2v: video/mpeg
|
225
|
-
.m3u: audio/x-mpegurl
|
226
|
-
.m: text/x-m
|
227
|
-
.man: application/x-troff-man
|
228
|
-
.map: application/x-navimap
|
229
|
-
.mar: text/plain
|
230
|
-
.mbd: application/mbedlet
|
231
|
-
.mc: application/x-magic-cap-package-1.0
|
232
|
-
.mcd: application/mcad
|
233
|
-
.mcd: application/x-mathcad
|
234
|
-
.mcf: image/vasa
|
235
|
-
.mcf: text/mcf
|
236
|
-
.mcp: application/netmc
|
237
|
-
.mdb: application/x-msaccess
|
238
|
-
.me: application/x-troff-me
|
239
|
-
.mht: message/rfc822
|
240
|
-
.mhtml: message/rfc822
|
241
|
-
.mid: audio/mid
|
242
|
-
.mid: audio/midi
|
243
|
-
.mid: audio/x-mid
|
244
|
-
.mid: audio/x-midi
|
245
|
-
.midi: audio/midi
|
246
|
-
.midi: audio/x-mid
|
247
|
-
.midi: audio/x-midi
|
248
|
-
.mif: application/x-frame
|
249
|
-
.mif: application/x-mif
|
250
|
-
.mime: message/rfc822
|
251
|
-
.mime: www/mime
|
252
|
-
.mjf: audio/x-vnd.audioexplosion.mjuicemediafile
|
253
|
-
.mjpg: video/x-motion-jpeg
|
254
|
-
.mm: application/base64
|
255
|
-
.mm: application/x-meme
|
256
|
-
.mme: application/base64
|
257
|
-
.mml: text/mathml
|
258
|
-
.mng: video/x-mng
|
259
|
-
.mod: audio/mod
|
260
|
-
.moov: video/quicktime
|
261
|
-
.mov: video/quicktime
|
262
|
-
.movie: video/x-sgi-movie
|
263
|
-
.mp2: audio/mpeg
|
264
|
-
.mp3: audio/mpeg
|
265
|
-
.mpa: audio/mpeg
|
266
|
-
.mpc: application/x-project
|
267
|
-
.mpe: video/mpeg
|
268
|
-
.mpeg: video/mpeg
|
269
|
-
.mpg: video/mpeg
|
270
|
-
.mpga: audio/mpeg
|
271
|
-
.mpp: application/vnd.ms-project
|
272
|
-
.mpt: application/x-project
|
273
|
-
.mpv2: video/mpeg
|
274
|
-
.mpv: application/x-project
|
275
|
-
.mpx: application/x-project
|
276
|
-
.mrc: application/marc
|
277
|
-
.ms: application/x-troff-ms
|
278
|
-
.msi: application/octet-stream
|
279
|
-
.msm: application/octet-stream
|
280
|
-
.msp: application/octet-stream
|
281
|
-
.mv: video/x-sgi-movie
|
282
|
-
.mvb: application/x-msmediaview
|
283
|
-
.my: audio/make
|
284
|
-
.mzz: application/x-vnd.audioexplosion.mzz
|
285
|
-
.nap: image/naplps
|
286
|
-
.naplps: image/naplps
|
287
|
-
.nc: application/x-netcdf
|
288
|
-
.ncm: application/vnd.nokia.configuration-message
|
289
|
-
.nif: image/x-niff
|
290
|
-
.niff: image/x-niff
|
291
|
-
.nix: application/x-mix-transfer
|
292
|
-
.nsc: application/x-conference
|
293
|
-
.nvd: application/x-navidoc
|
294
|
-
.nws: message/rfc822
|
295
|
-
.o: application/octet-stream
|
296
|
-
.oda: application/oda
|
297
|
-
.omc: application/x-omc
|
298
|
-
.omcd: application/x-omcdatamaker
|
299
|
-
.omcr: application/x-omcregerator
|
300
|
-
.p10: application/pkcs10
|
301
|
-
.p10: application/x-pkcs10
|
302
|
-
.p12: application/pkcs-12
|
303
|
-
.p12: application/x-pkcs12
|
304
|
-
.p7a: application/x-pkcs7-signature
|
305
|
-
.p7b: application/x-pkcs7-certificates
|
306
|
-
.p7c: application/pkcs7-mime
|
307
|
-
.p7c: application/x-pkcs7-mime
|
308
|
-
.p7m: application/pkcs7-mime
|
309
|
-
.p7m: application/x-pkcs7-mime
|
310
|
-
.p7r: application/x-pkcs7-certreqresp
|
311
|
-
.p7s: application/pkcs7-signature
|
312
|
-
.p7s: application/x-pkcs7-signature
|
313
|
-
.p: text/x-pascal
|
314
|
-
.part: application/pro_eng
|
315
|
-
.pas: text/pascal
|
316
|
-
.pbm: image/x-portable-bitmap
|
317
|
-
.pcl: application/vnd.hp-pcl
|
318
|
-
.pcl: application/x-pcl
|
319
|
-
.pct: image/x-pict
|
320
|
-
.pcx: image/x-pcx
|
321
|
-
.pdb: application/x-pilot
|
322
|
-
.pdf: application/pdf
|
323
|
-
.pem: application/x-x509-ca-cert
|
324
|
-
.pfunk: audio/make
|
325
|
-
.pfunk: audio/make.my.funk
|
326
|
-
.pfx: application/x-pkcs12
|
327
|
-
.pgm: image/x-portable-graymap
|
328
|
-
.pgm: image/x-portable-greymap
|
329
|
-
.pic: image/pict
|
330
|
-
.pict: image/pict
|
331
|
-
.pkg: application/x-newton-compatible-pkg
|
332
|
-
.pko: application/vnd.ms-pki.pko
|
333
|
-
.pko: application/ynd.ms-pkipko
|
334
|
-
.pl: application/x-perl
|
335
|
-
.pl: text/plain
|
336
|
-
.pl: text/x-script.perl
|
337
|
-
.plx: application/x-pixclscript
|
338
|
-
.pm4: application/x-pagemaker
|
339
|
-
.pm5: application/x-pagemaker
|
340
|
-
.pm: application/x-perl
|
341
|
-
.pm: image/x-xpixmap
|
342
|
-
.pm: text/x-script.perl-module
|
343
|
-
.pma: application/x-perfmon
|
344
|
-
.pmc: application/x-perfmon
|
345
|
-
.pml: application/x-perfmon
|
346
|
-
.pmr: application/x-perfmon
|
347
|
-
.pmw: application/x-perfmon
|
348
|
-
.png: image/png
|
349
|
-
.pnm: application/x-portable-anymap
|
350
|
-
.pnm: image/x-portable-anymap
|
351
|
-
.pot,: application/vnd.ms-powerpoint
|
352
|
-
.pot: application/mspowerpoint
|
353
|
-
.pot: application/vnd.ms-powerpoint
|
354
|
-
.pov: model/x-pov
|
355
|
-
.ppa: application/vnd.ms-powerpoint
|
356
|
-
.ppm: image/x-portable-pixmap
|
357
|
-
.pps: application/mspowerpoint
|
358
|
-
.ppt: application/mspowerpoint
|
359
|
-
.ppz: application/mspowerpoint
|
360
|
-
.prc: application/x-pilot
|
361
|
-
.pre: application/x-freelance
|
362
|
-
.prf: application/pics-rules
|
363
|
-
.prt: application/pro_eng
|
364
|
-
.ps: application/postscript
|
365
|
-
.psd: application/octet-stream
|
366
|
-
.pub: application/x-mspublisher
|
367
|
-
.pvu: paleovu/x-pv
|
368
|
-
.pwz: application/vnd.ms-powerpoint
|
369
|
-
.py: text/x-script.phyton
|
370
|
-
.pyc: applicaiton/x-bytecode.python
|
371
|
-
.qcp: audio/vnd.qcelp
|
372
|
-
.qd3: x-world/x-3dmf
|
373
|
-
.qd3d: x-world/x-3dmf
|
374
|
-
.qif: image/x-quicktime
|
375
|
-
.qt: video/quicktime
|
376
|
-
.qtc: video/x-qtc
|
377
|
-
.qti: image/x-quicktime
|
378
|
-
.qtif: image/x-quicktime
|
379
|
-
.ra: audio/x-pn-realaudio
|
380
|
-
.ra: audio/x-pn-realaudio-plugin
|
381
|
-
.ra: audio/x-realaudio
|
382
|
-
.ram: audio/x-pn-realaudio
|
383
|
-
.rar: application/x-rar-compressed
|
384
|
-
.ras: application/x-cmu-raster
|
385
|
-
.ras: image/cmu-raster
|
386
|
-
.ras: image/x-cmu-raster
|
387
|
-
.rast: image/cmu-raster
|
388
|
-
.rexx: text/x-script.rexx
|
389
|
-
.rf: image/vnd.rn-realflash
|
390
|
-
.rgb: image/x-rgb
|
391
|
-
.rm: application/vnd.rn-realmedia
|
392
|
-
.rm: audio/x-pn-realaudio
|
393
|
-
.rmi: audio/mid
|
394
|
-
.rmm: audio/x-pn-realaudio
|
395
|
-
.rmp: audio/x-pn-realaudio
|
396
|
-
.rmp: audio/x-pn-realaudio-plugin
|
397
|
-
.rng: application/ringing-tones
|
398
|
-
.rng: application/vnd.nokia.ringing-tone
|
399
|
-
.rnx: application/vnd.rn-realplayer
|
400
|
-
.roff: application/x-troff
|
401
|
-
.rp: image/vnd.rn-realpix
|
402
|
-
.rpm: application/x-redhat-package-manager
|
403
|
-
.rpm: audio/x-pn-realaudio-plugin
|
404
|
-
.rss: text/xml
|
405
|
-
.rt: text/richtext
|
406
|
-
.rt: text/vnd.rn-realtext
|
407
|
-
.rtf: application/rtf
|
408
|
-
.rtf: application/x-rtf
|
409
|
-
.rtf: text/richtext
|
410
|
-
.rtx: application/rtf
|
411
|
-
.rtx: text/richtext
|
412
|
-
.run: application/x-makeself
|
413
|
-
.rv: video/vnd.rn-realvideo
|
414
|
-
.s3m: audio/s3m
|
415
|
-
.s: text/x-asm
|
416
|
-
.saveme: application/octet-stream
|
417
|
-
.sbk: application/x-tbook
|
418
|
-
.scd: application/x-msschedule
|
419
|
-
.scm: application/x-lotusscreencam
|
420
|
-
.scm: text/x-script.guile
|
421
|
-
.scm: text/x-script.scheme
|
422
|
-
.scm: video/x-scm
|
423
|
-
.sct: text/scriptlet
|
424
|
-
.sdml: text/plain
|
425
|
-
.sdp: application/sdp
|
426
|
-
.sdp: application/x-sdp
|
427
|
-
.sdr: application/sounder
|
428
|
-
.sea: application/sea
|
429
|
-
.sea: application/x-sea
|
430
|
-
.set: application/set
|
431
|
-
.setpay: application/set-payment-initiation
|
432
|
-
.setreg: application/set-registration-initiation
|
433
|
-
.sgm: text/sgml
|
434
|
-
.sgm: text/x-sgml
|
435
|
-
.sgml: text/sgml
|
436
|
-
.sgml: text/x-sgml
|
437
|
-
.sh: application/x-bsh
|
438
|
-
.sh: application/x-sh
|
439
|
-
.sh: application/x-shar
|
440
|
-
.sh: text/x-script.sh
|
441
|
-
.shar: application/x-bsh
|
442
|
-
.shar: application/x-shar
|
443
|
-
.shtml: text/html
|
444
|
-
.shtml: text/x-server-parsed-html
|
445
|
-
.sid: audio/x-psid
|
446
|
-
.sit: application/x-sit
|
447
|
-
.sit: application/x-stuffit
|
448
|
-
.skd: application/x-koan
|
449
|
-
.skm: application/x-koan
|
450
|
-
.skp: application/x-koan
|
451
|
-
.skt: application/x-koan
|
452
|
-
.sl: application/x-seelogo
|
453
|
-
.smi: application/smil
|
454
|
-
.smil: application/smil
|
455
|
-
.snd: audio/basic
|
456
|
-
.snd: audio/x-adpcm
|
457
|
-
.sol: application/solids
|
458
|
-
.spc: application/x-pkcs7-certificates
|
459
|
-
.spc: text/x-speech
|
460
|
-
.spl: application/futuresplash
|
461
|
-
.spr: application/x-sprite
|
462
|
-
.sprite: application/x-sprite
|
463
|
-
.src: application/x-wais-source
|
464
|
-
.ssi: text/x-server-parsed-html
|
465
|
-
.ssm: application/streamingmedia
|
466
|
-
.sst: application/vnd.ms-pki.certstore
|
467
|
-
.sst: application/vnd.ms-pkicertstore
|
468
|
-
.step: application/step
|
469
|
-
.stl: application/sla
|
470
|
-
.stl: application/vnd.ms-pki.stl
|
471
|
-
.stl: application/vnd.ms-pkistl
|
472
|
-
.stl: application/x-navistyle
|
473
|
-
.stm: text/html
|
474
|
-
.stp: application/step
|
475
|
-
.sv4cpio: application/x-sv4cpio
|
476
|
-
.sv4crc: application/x-sv4crc
|
477
|
-
.svf: image/vnd.dwg
|
478
|
-
.svf: image/x-dwg
|
479
|
-
.svg: image/svg+xml
|
480
|
-
.svr: application/x-world
|
481
|
-
.svr: x-world/x-svr
|
482
|
-
.swf: application/x-shockwave-flash
|
483
|
-
.t: application/x-troff
|
484
|
-
.talk: text/x-speech
|
485
|
-
.tar: application/x-tar
|
486
|
-
.tbk: application/toolbook
|
487
|
-
.tbk: application/x-tbook
|
488
|
-
.tcl: application/x-tcl
|
489
|
-
.tcl: text/x-script.tcl
|
490
|
-
.tcsh: text/x-script.tcsh
|
491
|
-
.tex: application/x-tex
|
492
|
-
.texi: application/x-texinfo
|
493
|
-
.texinfo: application/x-texinfo
|
494
|
-
.text: application/plain
|
495
|
-
.text: text/plain
|
496
|
-
.tgz: application/gnutar
|
497
|
-
.tgz: application/x-compressed
|
498
|
-
.tif: image/tiff
|
499
|
-
.tiff: image/tiff
|
500
|
-
.tk: application/x-tcl
|
501
|
-
.tr: application/x-troff
|
502
|
-
.trm: application/x-msterminal
|
503
|
-
.tsi: audio/tsp-audio
|
504
|
-
.tsp: application/dsptype
|
505
|
-
.tsp: audio/tsplayer
|
506
|
-
.tsv: text/tab-separated-values
|
507
|
-
.turbot: image/florian
|
508
|
-
.txt: text/plain
|
509
|
-
.uil: text/x-uil
|
510
|
-
.uls: text/iuls
|
511
|
-
.uni: text/uri-list
|
512
|
-
.unis: text/uri-list
|
513
|
-
.unv: application/i-deas
|
514
|
-
.uri: text/uri-list
|
515
|
-
.uris: text/uri-list
|
516
|
-
.ustar: application/x-ustar
|
517
|
-
.ustar: multipart/x-ustar
|
518
|
-
.uu: application/octet-stream
|
519
|
-
.uu: text/x-uuencode
|
520
|
-
.uue: text/x-uuencode
|
521
|
-
.vcd: application/x-cdlink
|
522
|
-
.vcf: text/x-vcard
|
523
|
-
.vcs: text/x-vcalendar
|
524
|
-
.vda: application/vda
|
525
|
-
.vdo: video/vdo
|
526
|
-
.vew: application/groupwise
|
527
|
-
.viv: video/vivo
|
528
|
-
.viv: video/vnd.vivo
|
529
|
-
.vivo: video/vivo
|
530
|
-
.vivo: video/vnd.vivo
|
531
|
-
.vmd: application/vocaltec-media-desc
|
532
|
-
.vmf: application/vocaltec-media-file
|
533
|
-
.voc: audio/voc
|
534
|
-
.voc: audio/x-voc
|
535
|
-
.vos: video/vosaic
|
536
|
-
.vox: audio/voxware
|
537
|
-
.vqe: audio/x-twinvq-plugin
|
538
|
-
.vqf: audio/x-twinvq
|
539
|
-
.vql: audio/x-twinvq-plugin
|
540
|
-
.vrml: application/x-vrml
|
541
|
-
.vrml: model/vrml
|
542
|
-
.vrml: x-world/x-vrml
|
543
|
-
.vrt: x-world/x-vrt
|
544
|
-
.vsd: application/x-visio
|
545
|
-
.vst: application/x-visio
|
546
|
-
.vsw: application/x-visio
|
547
|
-
.w60: application/wordperfect6.0
|
548
|
-
.w61: application/wordperfect6.1
|
549
|
-
.w6w: application/msword
|
550
|
-
.war: application/java-archive
|
551
|
-
.wav: audio/wav
|
552
|
-
.wav: audio/x-wav
|
553
|
-
.wb1: application/x-qpro
|
554
|
-
.wbmp: image/vnd.wap.wbmp
|
555
|
-
.wbmp: image/vnd.wap.wbmp
|
556
|
-
.wcm: application/vnd.ms-works
|
557
|
-
.wdb: application/vnd.ms-works
|
558
|
-
.web: application/vnd.xara
|
559
|
-
.wiz: application/msword
|
560
|
-
.wk1: application/x-123
|
561
|
-
.wks: application/vnd.ms-works
|
562
|
-
.wmf: application/x-msmetafile
|
563
|
-
.wmf: windows/metafile
|
564
|
-
.wml: text/vnd.wap.wml
|
565
|
-
.wmlc: application/vnd.wap.wmlc
|
566
|
-
.wmls: text/vnd.wap.wmlscript
|
567
|
-
.wmlsc: application/vnd.wap.wmlscriptc
|
568
|
-
.wmv: video/x-ms-wmv
|
569
|
-
.word: application/msword
|
570
|
-
.wp5: application/wordperfect
|
571
|
-
.wp6: application/wordperfect
|
572
|
-
.wp: application/wordperfect
|
573
|
-
.wpd: application/wordperfect
|
574
|
-
.wps: application/vnd.ms-works
|
575
|
-
.wq1: application/x-lotus
|
576
|
-
.wri: application/mswrite
|
577
|
-
.wrl: application/x-world
|
578
|
-
.wsc: text/scriplet
|
579
|
-
.wsrc: application/x-wais-source
|
580
|
-
.wtk: application/x-wintalk
|
581
|
-
.x-png: image/png
|
582
|
-
.xaf: x-world/x-vrml
|
583
|
-
.xbm: image/xbm
|
584
|
-
.xdr: video/x-amt-demorun
|
585
|
-
.xgz: xgl/drawing
|
586
|
-
.xhtml: application/xhtml+xml
|
587
|
-
.xif: image/vnd.xiff
|
588
|
-
.xl: application/excel
|
589
|
-
.xla: application/excel
|
590
|
-
.xlb: application/excel
|
591
|
-
.xlc: application/excel
|
592
|
-
.xld: application/excel
|
593
|
-
.xlk: application/excel
|
594
|
-
.xll: application/excel
|
595
|
-
.xlm: application/excel
|
596
|
-
.xls: application/excel
|
597
|
-
.xlt: application/excel
|
598
|
-
.xlv: application/excel
|
599
|
-
.xlw: application/excel
|
600
|
-
.xm: audio/xm
|
601
|
-
.xml: text/xml
|
602
|
-
.xmz: xgl/movie
|
603
|
-
.xof: x-world/x-vrml
|
604
|
-
.xpi: application/x-xpinstall
|
605
|
-
.xpix: application/x-vnd.ls-xpix
|
606
|
-
.xpm: image/x-xpixmap
|
607
|
-
.xpm: image/xpm
|
608
|
-
.xsl: application/xslt+xml
|
609
|
-
.xsr: video/x-amt-showrun
|
610
|
-
.xwd: image/x-xwd
|
611
|
-
.xwd: image/x-xwindowdump
|
612
|
-
.xyz: chemical/x-pdb
|
613
|
-
.z: application/x-compressed
|
614
|
-
.zip: application/zip
|
615
|
-
.zoo: application/octet-stream
|
616
|
-
.zsh: text/x-script.zsh
|