lighttpd.conf
changeset 1 d546a2d063b1
equal deleted inserted replaced
0:eb28714c40d9 1:d546a2d063b1
       
     1 server.modules = (
       
     2 	"mod_access",
       
     3 	"mod_alias",
       
     4  	"mod_redirect",
       
     5 #       "mod_rewrite",
       
     6 )
       
     7 
       
     8 server.document-root        = "./"
       
     9 server.upload-dirs          = ( "/tmp" )
       
    10 server.errorlog             = "./error.log"
       
    11 server.pid-file             = "./lighttpd.pid"
       
    12 server.port                 = 8080
       
    13 
       
    14 index-file.names            = ( "index.php", "index.html",
       
    15                                 "index.htm", "default.htm",
       
    16                                " index.lighttpd.html" )
       
    17 
       
    18 url.access-deny             = ( "~", ".inc" )
       
    19 
       
    20 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
       
    21 
       
    22 dir-listing.encoding        = "utf-8"
       
    23 server.dir-listing          = "enable"
       
    24 
       
    25 mimetype.assign = (
       
    26 ".ez" => "application/andrew-inset",
       
    27 ".anx" => "application/annodex",
       
    28 ".atom" => "application/atom+xml",
       
    29 ".atomcat" => "application/atomcat+xml",
       
    30 ".atomsrv" => "application/atomserv+xml",
       
    31 ".lin" => "application/bbolin",
       
    32 ".cap" => "application/cap",
       
    33 ".pcap" => "application/cap",
       
    34 ".cu" => "application/cu-seeme",
       
    35 ".davmount" => "application/davmount+xml",
       
    36 ".tsp" => "application/dsptype",
       
    37 ".es" => "application/ecmascript",
       
    38 ".spl" => "application/futuresplash",
       
    39 ".hta" => "application/hta",
       
    40 ".jar" => "application/java-archive",
       
    41 ".ser" => "application/java-serialized-object",
       
    42 ".class" => "application/java-vm",
       
    43 ".js" => "application/javascript",
       
    44 ".json" => "application/json",
       
    45 ".m3g" => "application/m3g",
       
    46 ".hqx" => "application/mac-binhex40",
       
    47 ".cpt" => "application/mac-compactpro",
       
    48 ".nb" => "application/mathematica",
       
    49 ".nbp" => "application/mathematica",
       
    50 ".mdb" => "application/msaccess",
       
    51 ".doc" => "application/msword",
       
    52 ".dot" => "application/msword",
       
    53 ".mxf" => "application/mxf",
       
    54 ".bin" => "application/octet-stream",
       
    55 ".oda" => "application/oda",
       
    56 ".ogx" => "application/ogg",
       
    57 ".one" => "application/onenote",
       
    58 ".onetoc2" => "application/onenote",
       
    59 ".onetmp" => "application/onenote",
       
    60 ".onepkg" => "application/onenote",
       
    61 ".pdf" => "application/pdf",
       
    62 ".key" => "application/pgp-keys",
       
    63 ".pgp" => "application/pgp-signature",
       
    64 ".prf" => "application/pics-rules",
       
    65 ".ps" => "application/postscript",
       
    66 ".ai" => "application/postscript",
       
    67 ".eps" => "application/postscript",
       
    68 ".epsi" => "application/postscript",
       
    69 ".epsf" => "application/postscript",
       
    70 ".eps2" => "application/postscript",
       
    71 ".eps3" => "application/postscript",
       
    72 ".rar" => "application/rar",
       
    73 ".rdf" => "application/rdf+xml",
       
    74 ".rss" => "application/rss+xml",
       
    75 ".rtf" => "application/rtf",
       
    76 ".stl" => "application/sla",
       
    77 ".smi" => "application/smil",
       
    78 ".smil" => "application/smil",
       
    79 ".xhtml" => "application/xhtml+xml",
       
    80 ".xht" => "application/xhtml+xml",
       
    81 ".xml" => "application/xml",
       
    82 ".xsl" => "application/xml",
       
    83 ".xsd" => "application/xml",
       
    84 ".xspf" => "application/xspf+xml",
       
    85 ".zip" => "application/zip",
       
    86 ".apk" => "application/vnd.android.package-archive",
       
    87 ".cdy" => "application/vnd.cinderella",
       
    88 ".kml" => "application/vnd.google-earth.kml+xml",
       
    89 ".kmz" => "application/vnd.google-earth.kmz",
       
    90 ".xul" => "application/vnd.mozilla.xul+xml",
       
    91 ".xls" => "application/vnd.ms-excel",
       
    92 ".xlb" => "application/vnd.ms-excel",
       
    93 ".xlt" => "application/vnd.ms-excel",
       
    94 ".thmx" => "application/vnd.ms-officetheme",
       
    95 ".cat" => "application/vnd.ms-pki.seccat",
       
    96 ".ppt" => "application/vnd.ms-powerpoint",
       
    97 ".pps" => "application/vnd.ms-powerpoint",
       
    98 ".odc" => "application/vnd.oasis.opendocument.chart",
       
    99 ".odb" => "application/vnd.oasis.opendocument.database",
       
   100 ".odf" => "application/vnd.oasis.opendocument.formula",
       
   101 ".odg" => "application/vnd.oasis.opendocument.graphics",
       
   102 ".otg" => "application/vnd.oasis.opendocument.graphics-template",
       
   103 ".odi" => "application/vnd.oasis.opendocument.image",
       
   104 ".odp" => "application/vnd.oasis.opendocument.presentation",
       
   105 ".otp" => "application/vnd.oasis.opendocument.presentation-template",
       
   106 ".ods" => "application/vnd.oasis.opendocument.spreadsheet",
       
   107 ".ots" => "application/vnd.oasis.opendocument.spreadsheet-template",
       
   108 ".odt" => "application/vnd.oasis.opendocument.text",
       
   109 ".odm" => "application/vnd.oasis.opendocument.text-master",
       
   110 ".ott" => "application/vnd.oasis.opendocument.text-template",
       
   111 ".oth" => "application/vnd.oasis.opendocument.text-web",
       
   112 ".pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation",
       
   113 ".sldx" => "application/vnd.openxmlformats-officedocument.presentationml.slide",
       
   114 ".ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow",
       
   115 ".potx" => "application/vnd.openxmlformats-officedocument.presentationml.template",
       
   116 ".xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
       
   117 ".xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
       
   118 ".docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
       
   119 ".dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
       
   120 ".cod" => "application/vnd.rim.cod",
       
   121 ".mmf" => "application/vnd.smaf",
       
   122 ".sdc" => "application/vnd.stardivision.calc",
       
   123 ".sds" => "application/vnd.stardivision.chart",
       
   124 ".sda" => "application/vnd.stardivision.draw",
       
   125 ".sdd" => "application/vnd.stardivision.impress",
       
   126 ".sdf" => "application/vnd.stardivision.math",
       
   127 ".sdw" => "application/vnd.stardivision.writer",
       
   128 ".sgl" => "application/vnd.stardivision.writer-global",
       
   129 ".sxc" => "application/vnd.sun.xml.calc",
       
   130 ".stc" => "application/vnd.sun.xml.calc.template",
       
   131 ".sxd" => "application/vnd.sun.xml.draw",
       
   132 ".std" => "application/vnd.sun.xml.draw.template",
       
   133 ".sxi" => "application/vnd.sun.xml.impress",
       
   134 ".sti" => "application/vnd.sun.xml.impress.template",
       
   135 ".sxm" => "application/vnd.sun.xml.math",
       
   136 ".sxw" => "application/vnd.sun.xml.writer",
       
   137 ".sxg" => "application/vnd.sun.xml.writer.global",
       
   138 ".stw" => "application/vnd.sun.xml.writer.template",
       
   139 ".sis" => "application/vnd.symbian.install",
       
   140 ".vsd" => "application/vnd.visio",
       
   141 ".wbxml" => "application/vnd.wap.wbxml",
       
   142 ".wmlc" => "application/vnd.wap.wmlc",
       
   143 ".wmlsc" => "application/vnd.wap.wmlscriptc",
       
   144 ".wpd" => "application/vnd.wordperfect",
       
   145 ".wp5" => "application/vnd.wordperfect5.1",
       
   146 ".wk" => "application/x-123",
       
   147 ".7z" => "application/x-7z-compressed",
       
   148 ".abw" => "application/x-abiword",
       
   149 ".dmg" => "application/x-apple-diskimage",
       
   150 ".bcpio" => "application/x-bcpio",
       
   151 ".torrent" => "application/x-bittorrent",
       
   152 ".cab" => "application/x-cab",
       
   153 ".cbr" => "application/x-cbr",
       
   154 ".cbz" => "application/x-cbz",
       
   155 ".cdf" => "application/x-cdf",
       
   156 ".cda" => "application/x-cdf",
       
   157 ".vcd" => "application/x-cdlink",
       
   158 ".pgn" => "application/x-chess-pgn",
       
   159 ".mph" => "application/x-comsol",
       
   160 ".cpio" => "application/x-cpio",
       
   161 ".csh" => "application/x-csh",
       
   162 ".deb" => "application/x-debian-package",
       
   163 ".udeb" => "application/x-debian-package",
       
   164 ".dcr" => "application/x-director",
       
   165 ".dir" => "application/x-director",
       
   166 ".dxr" => "application/x-director",
       
   167 ".dms" => "application/x-dms",
       
   168 ".wad" => "application/x-doom",
       
   169 ".dvi" => "application/x-dvi",
       
   170 ".mm" => "application/x-freemind",
       
   171 ".gan" => "application/x-ganttproject",
       
   172 ".gnumeric" => "application/x-gnumeric",
       
   173 ".sgf" => "application/x-go-sgf",
       
   174 ".gcf" => "application/x-graphing-calculator",
       
   175 ".gtar" => "application/x-gtar",
       
   176 ".tgz" => "application/x-gtar-compressed",
       
   177 ".taz" => "application/x-gtar-compressed",
       
   178 ".hdf" => "application/x-hdf",
       
   179 ".rhtml" => "application/x-httpd-eruby",
       
   180 ".phtml" => "application/x-httpd-php",
       
   181 ".pht" => "application/x-httpd-php",
       
   182 ".php" => "application/x-httpd-php",
       
   183 ".phps" => "application/x-httpd-php-source",
       
   184 ".php3" => "application/x-httpd-php3",
       
   185 ".php3p" => "application/x-httpd-php3-preprocessed",
       
   186 ".php4" => "application/x-httpd-php4",
       
   187 ".php5" => "application/x-httpd-php5",
       
   188 ".ica" => "application/x-ica",
       
   189 ".info" => "application/x-info",
       
   190 ".ins" => "application/x-internet-signup",
       
   191 ".isp" => "application/x-internet-signup",
       
   192 ".iii" => "application/x-iphone",
       
   193 ".iso" => "application/x-iso9660-image",
       
   194 ".jam" => "application/x-jam",
       
   195 ".jnlp" => "application/x-java-jnlp-file",
       
   196 ".jmz" => "application/x-jmol",
       
   197 ".chrt" => "application/x-kchart",
       
   198 ".kil" => "application/x-killustrator",
       
   199 ".skp" => "application/x-koan",
       
   200 ".skd" => "application/x-koan",
       
   201 ".skt" => "application/x-koan",
       
   202 ".skm" => "application/x-koan",
       
   203 ".kpr" => "application/x-kpresenter",
       
   204 ".kpt" => "application/x-kpresenter",
       
   205 ".ksp" => "application/x-kspread",
       
   206 ".kwd" => "application/x-kword",
       
   207 ".kwt" => "application/x-kword",
       
   208 ".latex" => "application/x-latex",
       
   209 ".lha" => "application/x-lha",
       
   210 ".lyx" => "application/x-lyx",
       
   211 ".lzh" => "application/x-lzh",
       
   212 ".lzx" => "application/x-lzx",
       
   213 ".frm" => "application/x-maker",
       
   214 ".maker" => "application/x-maker",
       
   215 ".frame" => "application/x-maker",
       
   216 ".fm" => "application/x-maker",
       
   217 ".fb" => "application/x-maker",
       
   218 ".book" => "application/x-maker",
       
   219 ".fbdoc" => "application/x-maker",
       
   220 ".mif" => "application/x-mif",
       
   221 ".wmd" => "application/x-ms-wmd",
       
   222 ".wmz" => "application/x-ms-wmz",
       
   223 ".com" => "application/x-msdos-program",
       
   224 ".exe" => "application/x-msdos-program",
       
   225 ".bat" => "application/x-msdos-program",
       
   226 ".dll" => "application/x-msdos-program",
       
   227 ".msi" => "application/x-msi",
       
   228 ".nc" => "application/x-netcdf",
       
   229 ".pac" => "application/x-ns-proxy-autoconfig",
       
   230 ".dat" => "application/x-ns-proxy-autoconfig",
       
   231 ".nwc" => "application/x-nwc",
       
   232 ".o" => "application/x-object",
       
   233 ".oza" => "application/x-oz-application",
       
   234 ".p7r" => "application/x-pkcs7-certreqresp",
       
   235 ".crl" => "application/x-pkcs7-crl",
       
   236 ".pyc" => "application/x-python-code",
       
   237 ".pyo" => "application/x-python-code",
       
   238 ".qgs" => "application/x-qgis",
       
   239 ".shp" => "application/x-qgis",
       
   240 ".shx" => "application/x-qgis",
       
   241 ".qtl" => "application/x-quicktimeplayer",
       
   242 ".rdp" => "application/x-rdp",
       
   243 ".rpm" => "application/x-redhat-package-manager",
       
   244 ".rb" => "application/x-ruby",
       
   245 ".sci" => "application/x-scilab",
       
   246 ".sce" => "application/x-scilab",
       
   247 ".sh" => "application/x-sh",
       
   248 ".shar" => "application/x-shar",
       
   249 ".swf" => "application/x-shockwave-flash",
       
   250 ".swfl" => "application/x-shockwave-flash",
       
   251 ".scr" => "application/x-silverlight",
       
   252 ".sql" => "application/x-sql",
       
   253 ".sit" => "application/x-stuffit",
       
   254 ".sitx" => "application/x-stuffit",
       
   255 ".sv4cpio" => "application/x-sv4cpio",
       
   256 ".sv4crc" => "application/x-sv4crc",
       
   257 ".tar" => "application/x-tar",
       
   258 ".tcl" => "application/x-tcl",
       
   259 ".gf" => "application/x-tex-gf",
       
   260 ".pk" => "application/x-tex-pk",
       
   261 ".texinfo" => "application/x-texinfo",
       
   262 ".texi" => "application/x-texinfo",
       
   263 ".t" => "application/x-troff",
       
   264 ".tr" => "application/x-troff",
       
   265 ".roff" => "application/x-troff",
       
   266 ".man" => "application/x-troff-man",
       
   267 ".me" => "application/x-troff-me",
       
   268 ".ms" => "application/x-troff-ms",
       
   269 ".ustar" => "application/x-ustar",
       
   270 ".src" => "application/x-wais-source",
       
   271 ".wz" => "application/x-wingz",
       
   272 ".crt" => "application/x-x509-ca-cert",
       
   273 ".xcf" => "application/x-xcf",
       
   274 ".fig" => "application/x-xfig",
       
   275 ".xpi" => "application/x-xpinstall",
       
   276 ".amr" => "audio/amr",
       
   277 ".awb" => "audio/amr-wb",
       
   278 ".axa" => "audio/annodex",
       
   279 ".au" => "audio/basic",
       
   280 ".snd" => "audio/basic",
       
   281 ".csd" => "audio/csound",
       
   282 ".orc" => "audio/csound",
       
   283 ".sco" => "audio/csound",
       
   284 ".flac" => "audio/flac",
       
   285 ".mid" => "audio/midi",
       
   286 ".midi" => "audio/midi",
       
   287 ".kar" => "audio/midi",
       
   288 ".mpga" => "audio/mpeg",
       
   289 ".mpega" => "audio/mpeg",
       
   290 ".mp2" => "audio/mpeg",
       
   291 ".mp3" => "audio/mpeg",
       
   292 ".m4a" => "audio/mpeg",
       
   293 ".m3u" => "audio/mpegurl",
       
   294 ".oga" => "audio/ogg",
       
   295 ".ogg" => "audio/ogg",
       
   296 ".spx" => "audio/ogg",
       
   297 ".sid" => "audio/prs.sid",
       
   298 ".aif" => "audio/x-aiff",
       
   299 ".aiff" => "audio/x-aiff",
       
   300 ".aifc" => "audio/x-aiff",
       
   301 ".gsm" => "audio/x-gsm",
       
   302 ".wma" => "audio/x-ms-wma",
       
   303 ".wax" => "audio/x-ms-wax",
       
   304 ".ra" => "audio/x-pn-realaudio",
       
   305 ".rm" => "audio/x-pn-realaudio",
       
   306 ".ram" => "audio/x-pn-realaudio",
       
   307 ".pls" => "audio/x-scpls",
       
   308 ".sd2" => "audio/x-sd2",
       
   309 ".wav" => "audio/x-wav",
       
   310 ".alc" => "chemical/x-alchemy",
       
   311 ".cac" => "chemical/x-cache",
       
   312 ".cache" => "chemical/x-cache",
       
   313 ".csf" => "chemical/x-cache-csf",
       
   314 ".cbin" => "chemical/x-cactvs-binary",
       
   315 ".cascii" => "chemical/x-cactvs-binary",
       
   316 ".ctab" => "chemical/x-cactvs-binary",
       
   317 ".cdx" => "chemical/x-cdx",
       
   318 ".cer" => "chemical/x-cerius",
       
   319 ".c3d" => "chemical/x-chem3d",
       
   320 ".chm" => "chemical/x-chemdraw",
       
   321 ".cif" => "chemical/x-cif",
       
   322 ".cmdf" => "chemical/x-cmdf",
       
   323 ".cml" => "chemical/x-cml",
       
   324 ".cpa" => "chemical/x-compass",
       
   325 ".bsd" => "chemical/x-crossfire",
       
   326 ".csml" => "chemical/x-csml",
       
   327 ".csm" => "chemical/x-csml",
       
   328 ".ctx" => "chemical/x-ctx",
       
   329 ".cxf" => "chemical/x-cxf",
       
   330 ".cef" => "chemical/x-cxf",
       
   331 ".emb" => "chemical/x-embl-dl-nucleotide",
       
   332 ".embl" => "chemical/x-embl-dl-nucleotide",
       
   333 ".spc" => "chemical/x-galactic-spc",
       
   334 ".inp" => "chemical/x-gamess-input",
       
   335 ".gam" => "chemical/x-gamess-input",
       
   336 ".gamin" => "chemical/x-gamess-input",
       
   337 ".fch" => "chemical/x-gaussian-checkpoint",
       
   338 ".fchk" => "chemical/x-gaussian-checkpoint",
       
   339 ".cub" => "chemical/x-gaussian-cube",
       
   340 ".gau" => "chemical/x-gaussian-input",
       
   341 ".gjc" => "chemical/x-gaussian-input",
       
   342 ".gjf" => "chemical/x-gaussian-input",
       
   343 ".gal" => "chemical/x-gaussian-log",
       
   344 ".gcg" => "chemical/x-gcg8-sequence",
       
   345 ".gen" => "chemical/x-genbank",
       
   346 ".hin" => "chemical/x-hin",
       
   347 ".istr" => "chemical/x-isostar",
       
   348 ".ist" => "chemical/x-isostar",
       
   349 ".jdx" => "chemical/x-jcamp-dx",
       
   350 ".dx" => "chemical/x-jcamp-dx",
       
   351 ".kin" => "chemical/x-kinemage",
       
   352 ".mcm" => "chemical/x-macmolecule",
       
   353 ".mmd" => "chemical/x-macromodel-input",
       
   354 ".mmod" => "chemical/x-macromodel-input",
       
   355 ".mol" => "chemical/x-mdl-molfile",
       
   356 ".rd" => "chemical/x-mdl-rdfile",
       
   357 ".rxn" => "chemical/x-mdl-rxnfile",
       
   358 ".sd" => "chemical/x-mdl-sdfile",
       
   359 ".tgf" => "chemical/x-mdl-tgf",
       
   360 ".mcif" => "chemical/x-mmcif",
       
   361 ".mol2" => "chemical/x-mol2",
       
   362 ".gpt" => "chemical/x-mopac-graph",
       
   363 ".mop" => "chemical/x-mopac-input",
       
   364 ".mopcrt" => "chemical/x-mopac-input",
       
   365 ".mpc" => "chemical/x-mopac-input",
       
   366 ".zmt" => "chemical/x-mopac-input",
       
   367 ".moo" => "chemical/x-mopac-out",
       
   368 ".mvb" => "chemical/x-mopac-vib",
       
   369 ".asn" => "chemical/x-ncbi-asn1",
       
   370 ".prt" => "chemical/x-ncbi-asn1-ascii",
       
   371 ".ent" => "chemical/x-ncbi-asn1-ascii",
       
   372 ".val" => "chemical/x-ncbi-asn1-binary",
       
   373 ".aso" => "chemical/x-ncbi-asn1-binary",
       
   374 ".pdb" => "chemical/x-pdb",
       
   375 ".ros" => "chemical/x-rosdal",
       
   376 ".sw" => "chemical/x-swissprot",
       
   377 ".vms" => "chemical/x-vamas-iso14976",
       
   378 ".vmd" => "chemical/x-vmd",
       
   379 ".xtel" => "chemical/x-xtel",
       
   380 ".xyz" => "chemical/x-xyz",
       
   381 ".gif" => "image/gif",
       
   382 ".ief" => "image/ief",
       
   383 ".jpeg" => "image/jpeg",
       
   384 ".jpg" => "image/jpeg",
       
   385 ".jpe" => "image/jpeg",
       
   386 ".pcx" => "image/pcx",
       
   387 ".png" => "image/png",
       
   388 ".svg" => "image/svg+xml",
       
   389 ".svgz" => "image/svg+xml",
       
   390 ".tiff" => "image/tiff",
       
   391 ".tif" => "image/tiff",
       
   392 ".djvu" => "image/vnd.djvu",
       
   393 ".djv" => "image/vnd.djvu",
       
   394 ".wbmp" => "image/vnd.wap.wbmp",
       
   395 ".cr2" => "image/x-canon-cr2",
       
   396 ".crw" => "image/x-canon-crw",
       
   397 ".ras" => "image/x-cmu-raster",
       
   398 ".cdr" => "image/x-coreldraw",
       
   399 ".pat" => "image/x-coreldrawpattern",
       
   400 ".cdt" => "image/x-coreldrawtemplate",
       
   401 ".erf" => "image/x-epson-erf",
       
   402 ".ico" => "image/x-icon",
       
   403 ".art" => "image/x-jg",
       
   404 ".jng" => "image/x-jng",
       
   405 ".bmp" => "image/x-ms-bmp",
       
   406 ".nef" => "image/x-nikon-nef",
       
   407 ".orf" => "image/x-olympus-orf",
       
   408 ".psd" => "image/x-photoshop",
       
   409 ".pnm" => "image/x-portable-anymap",
       
   410 ".pbm" => "image/x-portable-bitmap",
       
   411 ".pgm" => "image/x-portable-graymap",
       
   412 ".ppm" => "image/x-portable-pixmap",
       
   413 ".rgb" => "image/x-rgb",
       
   414 ".xbm" => "image/x-xbitmap",
       
   415 ".xpm" => "image/x-xpixmap",
       
   416 ".xwd" => "image/x-xwindowdump",
       
   417 ".eml" => "message/rfc822",
       
   418 ".igs" => "model/iges",
       
   419 ".iges" => "model/iges",
       
   420 ".msh" => "model/mesh",
       
   421 ".mesh" => "model/mesh",
       
   422 ".silo" => "model/mesh",
       
   423 ".wrl" => "model/vrml",
       
   424 ".vrml" => "model/vrml",
       
   425 ".x3dv" => "model/x3d+vrml",
       
   426 ".x3d" => "model/x3d+xml",
       
   427 ".x3db" => "model/x3d+binary",
       
   428 ".manifest" => "text/cache-manifest",
       
   429 ".ics" => "text/calendar",
       
   430 ".icz" => "text/calendar",
       
   431 ".css" => "text/css",
       
   432 ".csv" => "text/csv",
       
   433 ".323" => "text/h323",
       
   434 ".html" => "text/html",
       
   435 ".htm" => "text/html",
       
   436 ".shtml" => "text/html",
       
   437 ".uls" => "text/iuls",
       
   438 ".mml" => "text/mathml",
       
   439 ".asc" => "text/plain",
       
   440 ".txt" => "text/plain",
       
   441 ".text" => "text/plain",
       
   442 ".pot" => "text/plain",
       
   443 ".brf" => "text/plain",
       
   444 ".rtx" => "text/richtext",
       
   445 ".sct" => "text/scriptlet",
       
   446 ".wsc" => "text/scriptlet",
       
   447 ".tm" => "text/texmacs",
       
   448 ".tsv" => "text/tab-separated-values",
       
   449 ".jad" => "text/vnd.sun.j2me.app-descriptor",
       
   450 ".wml" => "text/vnd.wap.wml",
       
   451 ".wmls" => "text/vnd.wap.wmlscript",
       
   452 ".bib" => "text/x-bibtex",
       
   453 ".boo" => "text/x-boo",
       
   454 ".h++" => "text/x-c++hdr",
       
   455 ".hpp" => "text/x-c++hdr",
       
   456 ".hxx" => "text/x-c++hdr",
       
   457 ".hh" => "text/x-c++hdr",
       
   458 ".c++" => "text/x-c++src",
       
   459 ".cpp" => "text/x-c++src",
       
   460 ".cxx" => "text/x-c++src",
       
   461 ".cc" => "text/x-c++src",
       
   462 ".h" => "text/x-chdr",
       
   463 ".htc" => "text/x-component",
       
   464 ".c" => "text/x-csrc",
       
   465 ".d" => "text/x-dsrc",
       
   466 ".diff" => "text/x-diff",
       
   467 ".patch" => "text/x-diff",
       
   468 ".hs" => "text/x-haskell",
       
   469 ".java" => "text/x-java",
       
   470 ".lhs" => "text/x-literate-haskell",
       
   471 ".moc" => "text/x-moc",
       
   472 ".p" => "text/x-pascal",
       
   473 ".pas" => "text/x-pascal",
       
   474 ".gcd" => "text/x-pcs-gcd",
       
   475 ".pl" => "text/x-perl",
       
   476 ".pm" => "text/x-perl",
       
   477 ".py" => "text/x-python",
       
   478 ".scala" => "text/x-scala",
       
   479 ".etx" => "text/x-setext",
       
   480 ".sfv" => "text/x-sfv",
       
   481 ".tk" => "text/x-tcl",
       
   482 ".tex" => "text/x-tex",
       
   483 ".ltx" => "text/x-tex",
       
   484 ".sty" => "text/x-tex",
       
   485 ".cls" => "text/x-tex",
       
   486 ".vcs" => "text/x-vcalendar",
       
   487 ".vcf" => "text/x-vcard",
       
   488 ".3gp" => "video/3gpp",
       
   489 ".axv" => "video/annodex",
       
   490 ".dl" => "video/dl",
       
   491 ".dif" => "video/dv",
       
   492 ".dv" => "video/dv",
       
   493 ".fli" => "video/fli",
       
   494 ".gl" => "video/gl",
       
   495 ".mpeg" => "video/mpeg",
       
   496 ".mpg" => "video/mpeg",
       
   497 ".mpe" => "video/mpeg",
       
   498 ".mp4" => "video/mp4",
       
   499 ".qt" => "video/quicktime",
       
   500 ".mov" => "video/quicktime",
       
   501 ".ogv" => "video/ogg",
       
   502 ".webm" => "video/webm",
       
   503 ".mxu" => "video/vnd.mpegurl",
       
   504 ".flv" => "video/x-flv",
       
   505 ".lsf" => "video/x-la-asf",
       
   506 ".lsx" => "video/x-la-asf",
       
   507 ".mng" => "video/x-mng",
       
   508 ".asf" => "video/x-ms-asf",
       
   509 ".asx" => "video/x-ms-asf",
       
   510 ".wm" => "video/x-ms-wm",
       
   511 ".wmv" => "video/x-ms-wmv",
       
   512 ".wmx" => "video/x-ms-wmx",
       
   513 ".wvx" => "video/x-ms-wvx",
       
   514 ".avi" => "video/x-msvideo",
       
   515 ".movie" => "video/x-sgi-movie",
       
   516 ".mpv" => "video/x-matroska",
       
   517 ".mkv" => "video/x-matroska",
       
   518 ".ice" => "x-conference/x-cooltalk",
       
   519 ".sisx" => "x-epoc/x-sisx-app",
       
   520 ".vrm" => "x-world/x-vrml",
       
   521 )
       
   522 
       
   523 
       
   524 # /usr/share/doc/lighttpd-doc/ssi.txt
       
   525 
       
   526 server.modules += ( "mod_ssi" )
       
   527 
       
   528 ssi.extension   = ( ".html" )
       
   529