################### # # Name: filetype.conf # Version: 0.1 # Created: 04 Mar 2008 # Author: Jim Perrin # ################### # Force apache to handle common files based on extension ## Compressed files AddType application/x-rar-compressed .rar AddType application/zip .zip AddType application/x-redhat-package-manager .rpm ## Java AddType application/x-java-applet .class AddType text/vnd.sun.j2me.app-descriptor .jad AddType application/java-archive .jar ## Microsoft Office 2007 AddType application/onenote .onetoc, .onetoc2, .onetmp, .onepkg AddType application/vnd.ms-excel.addin.macroEnabled.12 .xlam AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 .xlsb AddType application/vnd.ms-excel.sheet.macroEnabled.12 .xlsm AddType application/vnd.ms-excel.template.macroEnabled.12 .xltm AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 .ppam AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 .pptm AddType application/vnd.ms-powerpoint.slide.macroEnabled.12 .sldm AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 .ppsm AddType application/vnd.ms-powerpoint.template.macroEnabled.12 .potm AddType application/vnd.ms-word.document.macroEnabled.12 .docm AddType application/vnd.ms-word.template.macroEnabled.12 .dotm AddType application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx AddType application/vnd.openxmlformats-officedocument.presentationml.slide .sldx AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow .ppsx AddType application/vnd.openxmlformats-officedocument.presentationml.template .potx AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template .xltx AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template .dotx ## Open Office Documents AddType application/vnd.sun.xml.writer .sxw AddType application/vnd.sun.xml.writer.template .stw AddType application/vnd.sun.xml.writer.global .sxg AddType application/vnd.sun.xml.calc .sxc AddType application/vnd.sun.xml.calc.template .stc AddType application/vnd.sun.xml.impress .sxi AddType application/vnd.sun.xml.impress.template .sti AddType application/vnd.sun.xml.draw .sxd AddType application/vnd.sun.xml.draw.template .std AddType application/vnd.sun.xml.math .sxm AddType application/vnd.oasis.opendocument.text .odt AddType application/vnd.oasis.opendocument.spreadsheet .ods AddType application/vnd.oasis.opendocument.presentation .odp AddType application/vnd.oasis.opendocument.graphics .odg AddType application/vnd.oasis.opendocument.chart .odc AddType application/vnd.oasis.opendocument.formula .odf AddType application/vnd.oasis.opendocument.image .odi # Templates AddType application/vnd.oasis.opendocument.text-template .ott AddType application/vnd.oasis.opendocument.spreadsheet-template .ots AddType application/vnd.oasis.opendocument.presentation-template .otp AddType application/vnd.oasis.opendocument.graphics-template .otg AddType application/vnd.oasis.opendocument.chart-template .otc AddType application/vnd.oasis.opendocument.formula-template .otf AddType application/vnd.oasis.opendocument.image-template .oti # Master documents and HTML templates AddType application/vnd.oasis.opendocument.text-master .odm AddType application/vnd.oasis.opendocument.text-web .oth ## Calendaring AddType text/calendar .ics ## Media Files AddType video/x-ms-asf .asf, .asx AddType audio/x-ms-wma .wma AddType audio/x-ms-wax .wax AddType video/x-ms-wmv .wmv AddType video/x-ms-wvx .wvx AddType video/x-ms-wm .wm AddType video/x-ms-wmx .wmx AddType application/x-ms-wmz .wmz AddType application/x-ms-wmd .wmd AddType video/quicktime .mov .qt AddType application/vnd.rn-realmedia .rm AddType audio/vnd.rn-realaudio .ra .ram AddType video/vnd.rn-realvideo .rv ## the real-audio-plugin is commented out because it conflicts with ## rpm packages for the distribution #AddType audio/x-pn-realaudio-plugin .rpm # Disk Images AddType application/x-apple-diskimage .dmg AddType application/x-diskimage .iso # flash AddType application/futuresplash .spl AddType application/x-shockwave-flash .swf AddType application/x-director .dir .dcr .dxr .fgd AddType application/x-authorware-map .aam AddType application/x-authorware-seg .aas AddType application/x-authorware-bin .aab AddType image/x-freehand .fh4 .fh5 .fh7 .fhc .fh # Adobe PDF AddType application/pdf .pdf # SVG AddType image/svg+xml .svg .svgz AddEncoding x-gzip .svgz # Bittorrent AddType application/x-bittorrent .torrent # Cell Phone Media Types AddType text/x-pcs-gcd gcd AddType audio/vnd.qcelp .qcp AddType text/vnd.wap.wml .wml AddType application/vnd.wap.wmlc .wmlc AddType text/vnd.wap.wmlscript .wmls AddType application/vnd.wap.wmlscriptc .wmlsc AddType image/vnd.wap.wbmp .wbmp AddType audio/adpcm .adp