|
@@ -1,246 +0,0 @@
|
1
|
|
-#
|
2
|
|
-# TypesConfig points to the file containing the list of mappings from
|
3
|
|
-# filename extension to MIME-type.
|
4
|
|
-#
|
5
|
|
-TypesConfig /etc/mime.types
|
6
|
|
-
|
7
|
|
-#
|
8
|
|
-# AddType allows you to add to or override the MIME configuration
|
9
|
|
-# file mime.types for specific file types.
|
10
|
|
-#
|
11
|
|
-#AddType application/x-gzip .tgz
|
12
|
|
-#
|
13
|
|
-# AddEncoding allows you to have certain browsers uncompress
|
14
|
|
-# information on the fly. Note: Not all browsers support this.
|
15
|
|
-# Despite the name similarity, the following Add* directives have
|
16
|
|
-# nothing to do with the FancyIndexing customization directives above.
|
17
|
|
-#
|
18
|
|
-#AddEncoding x-compress .Z
|
19
|
|
-#AddEncoding x-gzip .gz .tgz
|
20
|
|
-#AddEncoding x-bzip2 .bz2
|
21
|
|
-#
|
22
|
|
-# If the AddEncoding directives above are commented-out, then you
|
23
|
|
-# probably should define those extensions to indicate media types:
|
24
|
|
-#
|
25
|
|
-AddType application/x-compress .Z
|
26
|
|
-AddType application/x-gzip .gz .tgz
|
27
|
|
-AddType application/x-bzip2 .bz2
|
28
|
|
-
|
29
|
|
-#
|
30
|
|
-# DefaultLanguage and AddLanguage allows you to specify the language of
|
31
|
|
-# a document. You can then use content negotiation to give a browser a
|
32
|
|
-# file in a language the user can understand.
|
33
|
|
-#
|
34
|
|
-# Specify a default language. This means that all data
|
35
|
|
-# going out without a specific language tag (see below) will
|
36
|
|
-# be marked with this one. You probably do NOT want to set
|
37
|
|
-# this unless you are sure it is correct for all cases.
|
38
|
|
-#
|
39
|
|
-# * It is generally better to not mark a page as
|
40
|
|
-# * being a certain language than marking it with the wrong
|
41
|
|
-# * language!
|
42
|
|
-#
|
43
|
|
-# DefaultLanguage nl
|
44
|
|
-#
|
45
|
|
-# Note 1: The suffix does not have to be the same as the language
|
46
|
|
-# keyword --- those with documents in Polish (whose net-standard
|
47
|
|
-# language code is pl) may wish to use "AddLanguage pl .po" to
|
48
|
|
-# avoid the ambiguity with the common suffix for perl scripts.
|
49
|
|
-#
|
50
|
|
-# Note 2: The example entries below illustrate that in some cases
|
51
|
|
-# the two character 'Language' abbreviation is not identical to
|
52
|
|
-# the two character 'Country' code for its country,
|
53
|
|
-# E.g. 'Danmark/dk' versus 'Danish/da'.
|
54
|
|
-#
|
55
|
|
-# Note 3: In the case of 'ltz' we violate the RFC by using a three char
|
56
|
|
-# specifier. There is 'work in progress' to fix this and get
|
57
|
|
-# the reference data for rfc1766 cleaned up.
|
58
|
|
-#
|
59
|
|
-# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
|
60
|
|
-# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
|
61
|
|
-# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
|
62
|
|
-# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
|
63
|
|
-# Norwegian (no) - Polish (pl) - Portugese (pt)
|
64
|
|
-# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
|
65
|
|
-# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
|
66
|
|
-#
|
67
|
|
-AddLanguage am .amh
|
68
|
|
-AddLanguage ar .ara
|
69
|
|
-AddLanguage be .be
|
70
|
|
-AddLanguage bg .bg
|
71
|
|
-AddLanguage bn .bn
|
72
|
|
-AddLanguage br .br
|
73
|
|
-AddLanguage bs .bs
|
74
|
|
-AddLanguage ca .ca
|
75
|
|
-AddLanguage cs .cz .cs
|
76
|
|
-AddLanguage cy .cy
|
77
|
|
-AddLanguage da .da
|
78
|
|
-AddLanguage da .dk
|
79
|
|
-AddLanguage de .de
|
80
|
|
-AddLanguage dz .dz
|
81
|
|
-AddLanguage el .el
|
82
|
|
-AddLanguage en .en
|
83
|
|
-AddLanguage eo .eo
|
84
|
|
-# es is ecmascript in /etc/mime.types
|
85
|
|
-RemoveType es
|
86
|
|
-AddLanguage es .es
|
87
|
|
-AddLanguage et .et
|
88
|
|
-AddLanguage eu .eu
|
89
|
|
-AddLanguage fa .fa
|
90
|
|
-AddLanguage fi .fi
|
91
|
|
-AddLanguage fr .fr
|
92
|
|
-AddLanguage ga .ga
|
93
|
|
-AddLanguage gl .glg
|
94
|
|
-AddLanguage gu .gu
|
95
|
|
-AddLanguage he .he
|
96
|
|
-AddLanguage hi .hi
|
97
|
|
-AddLanguage hr .hr
|
98
|
|
-AddLanguage hu .hu
|
99
|
|
-AddLanguage hy .hy
|
100
|
|
-AddLanguage id .id
|
101
|
|
-AddLanguage is .is
|
102
|
|
-AddLanguage it .it
|
103
|
|
-AddLanguage ja .ja
|
104
|
|
-AddLanguage ka .ka
|
105
|
|
-AddLanguage kk .kk
|
106
|
|
-AddLanguage km .km
|
107
|
|
-AddLanguage kn .kn
|
108
|
|
-AddLanguage ko .ko
|
109
|
|
-AddLanguage ku .ku
|
110
|
|
-AddLanguage lo .lo
|
111
|
|
-AddLanguage lt .lt
|
112
|
|
-AddLanguage ltz .ltz
|
113
|
|
-AddLanguage lv .lv
|
114
|
|
-AddLanguage mg .mg
|
115
|
|
-AddLanguage mk .mk
|
116
|
|
-AddLanguage ml .ml
|
117
|
|
-AddLanguage mr .mr
|
118
|
|
-AddLanguage ms .msa
|
119
|
|
-AddLanguage nb .nob
|
120
|
|
-AddLanguage ne .ne
|
121
|
|
-AddLanguage nl .nl
|
122
|
|
-AddLanguage nn .nn
|
123
|
|
-AddLanguage no .no
|
124
|
|
-AddLanguage pa .pa
|
125
|
|
-AddLanguage pl .po
|
126
|
|
-AddLanguage pt-BR .pt-br
|
127
|
|
-AddLanguage pt .pt
|
128
|
|
-AddLanguage ro .ro
|
129
|
|
-AddLanguage ru .ru
|
130
|
|
-AddLanguage sa .sa
|
131
|
|
-AddLanguage se .se
|
132
|
|
-AddLanguage si .si
|
133
|
|
-AddLanguage sk .sk
|
134
|
|
-AddLanguage sl .sl
|
135
|
|
-AddLanguage sq .sq
|
136
|
|
-AddLanguage sr .sr
|
137
|
|
-AddLanguage sv .sv
|
138
|
|
-AddLanguage ta .ta
|
139
|
|
-AddLanguage te .te
|
140
|
|
-AddLanguage th .th
|
141
|
|
-AddLanguage tl .tl
|
142
|
|
-RemoveType tr
|
143
|
|
-# tr is troff in /etc/mime.types
|
144
|
|
-AddLanguage tr .tr
|
145
|
|
-AddLanguage uk .uk
|
146
|
|
-AddLanguage ur .ur
|
147
|
|
-AddLanguage vi .vi
|
148
|
|
-AddLanguage wo .wo
|
149
|
|
-AddLanguage xh .xh
|
150
|
|
-AddLanguage zh-CN .zh-cn
|
151
|
|
-AddLanguage zh-TW .zh-tw
|
152
|
|
-
|
153
|
|
-#
|
154
|
|
-# Commonly used filename extensions to character sets. You probably
|
155
|
|
-# want to avoid clashes with the language extensions, unless you
|
156
|
|
-# are good at carefully testing your setup after each change.
|
157
|
|
-# See http://www.iana.org/assignments/character-sets for the
|
158
|
|
-# official list of charset names and their respective RFCs.
|
159
|
|
-#
|
160
|
|
-AddCharset us-ascii .ascii .us-ascii
|
161
|
|
-AddCharset ISO-8859-1 .iso8859-1 .latin1
|
162
|
|
-AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
|
163
|
|
-AddCharset ISO-8859-3 .iso8859-3 .latin3
|
164
|
|
-AddCharset ISO-8859-4 .iso8859-4 .latin4
|
165
|
|
-AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
|
166
|
|
-AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
|
167
|
|
-AddCharset ISO-8859-7 .iso8859-7 .grk .greek
|
168
|
|
-AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
|
169
|
|
-AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
|
170
|
|
-AddCharset ISO-8859-10 .iso8859-10 .latin6
|
171
|
|
-AddCharset ISO-8859-13 .iso8859-13
|
172
|
|
-AddCharset ISO-8859-14 .iso8859-14 .latin8
|
173
|
|
-AddCharset ISO-8859-15 .iso8859-15 .latin9
|
174
|
|
-AddCharset ISO-8859-16 .iso8859-16 .latin10
|
175
|
|
-AddCharset ISO-2022-JP .iso2022-jp .jis
|
176
|
|
-AddCharset ISO-2022-KR .iso2022-kr .kis
|
177
|
|
-AddCharset ISO-2022-CN .iso2022-cn .cis
|
178
|
|
-AddCharset Big5 .Big5 .big5 .b5
|
179
|
|
-AddCharset cn-Big5 .cn-big5
|
180
|
|
-# For russian, more than one charset is used (depends on client, mostly):
|
181
|
|
-AddCharset WINDOWS-1251 .cp-1251 .win-1251
|
182
|
|
-AddCharset CP866 .cp866
|
183
|
|
-AddCharset KOI8 .koi8
|
184
|
|
-AddCharset KOI8-E .koi8-e
|
185
|
|
-AddCharset KOI8-r .koi8-r .koi8-ru
|
186
|
|
-AddCharset KOI8-U .koi8-u
|
187
|
|
-AddCharset KOI8-ru .koi8-uk .ua
|
188
|
|
-AddCharset ISO-10646-UCS-2 .ucs2
|
189
|
|
-AddCharset ISO-10646-UCS-4 .ucs4
|
190
|
|
-AddCharset UTF-7 .utf7
|
191
|
|
-AddCharset UTF-8 .utf8
|
192
|
|
-AddCharset UTF-16 .utf16
|
193
|
|
-AddCharset UTF-16BE .utf16be
|
194
|
|
-AddCharset UTF-16LE .utf16le
|
195
|
|
-AddCharset UTF-32 .utf32
|
196
|
|
-AddCharset UTF-32BE .utf32be
|
197
|
|
-AddCharset UTF-32LE .utf32le
|
198
|
|
-AddCharset euc-cn .euc-cn
|
199
|
|
-AddCharset euc-gb .euc-gb
|
200
|
|
-AddCharset euc-jp .euc-jp
|
201
|
|
-AddCharset euc-kr .euc-kr
|
202
|
|
-#Not sure how euc-tw got in - IANA doesn't list it???
|
203
|
|
-AddCharset EUC-TW .euc-tw
|
204
|
|
-AddCharset gb2312 .gb2312 .gb
|
205
|
|
-AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
|
206
|
|
-AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
|
207
|
|
-AddCharset shift_jis .shift_jis .sjis
|
208
|
|
-AddCharset BRF .brf
|
209
|
|
-
|
210
|
|
-#
|
211
|
|
-# AddHandler allows you to map certain file extensions to "handlers":
|
212
|
|
-# actions unrelated to filetype. These can be either built into the server
|
213
|
|
-# or added with the Action directive (see below)
|
214
|
|
-#
|
215
|
|
-# To use CGI scripts outside of ScriptAliased directories:
|
216
|
|
-# (You will also need to add "ExecCGI" to the "Options" directive.)
|
217
|
|
-#
|
218
|
|
-#AddHandler cgi-script .cgi
|
219
|
|
-
|
220
|
|
-#
|
221
|
|
-# For files that include their own HTTP headers:
|
222
|
|
-#
|
223
|
|
-#AddHandler send-as-is asis
|
224
|
|
-
|
225
|
|
-#
|
226
|
|
-# For server-parsed imagemap files:
|
227
|
|
-#
|
228
|
|
-#AddHandler imap-file map
|
229
|
|
-
|
230
|
|
-#
|
231
|
|
-# For type maps (negotiated resources):
|
232
|
|
-# (This is enabled by default to allow the Apache "It Worked" page
|
233
|
|
-# to be distributed in multiple languages.)
|
234
|
|
-#
|
235
|
|
-AddHandler type-map var
|
236
|
|
-
|
237
|
|
-#
|
238
|
|
-# Filters allow you to process content before it is sent to the client.
|
239
|
|
-#
|
240
|
|
-# To parse .shtml files for server-side includes (SSI):
|
241
|
|
-# (You will also need to add "Includes" to the "Options" directive.)
|
242
|
|
-#
|
243
|
|
-AddType text/html .shtml
|
244
|
|
-<IfModule mod_include.c>
|
245
|
|
- AddOutputFilter INCLUDES .shtml
|
246
|
|
-</IfModule>
|