iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Using Common Gateway Interface (CGI) Programs
iTP Secure WebServer System Administrator’s Guide—523346-002
8-8
Mapping MIME Types to Server Classes
#
Example 8-1. Server MIME Types (page1of3)
# VERSION=3.0
#
# This file contains the server MIME types table, and is
# derived from the table shipped with NCSA's public domain HTTP
# server.
#
#
# These types enable CGI script processing, imagemaps, and
# server side includes.
#
#MimeType application/x-httpd-cgicgi
#MimeType application/x-httpd-fcgifcg fcgi
MimeType application/x-imagemapmap
MimeType text/x-server-parsed-htmlshtml
#These Mime Types are for Servlet API 2.0 SSC
MimeType application/x-httpd-nskssc
#These Mime Types are for Pathway
MimeType application/x-httpd-guardianpway
# PathwayMap for Generic CGI programs do not remove!
MimeType application/x-httpd-guardiancgi
PathwayMimeMapcgi generic-cgi
# PathwayMap for Server-side include
MimeType application/x-httpd-guardianzinclude
PathwayMimeMapzinclude generic-cgi
#
# This variable is the document MIME type returned if the
# server can find no matching extension in the MIME types
# table.
#
DefaultType text/plain
#
# This table maps file extensions into MIME types.
#
MimeType application/octet-streambin
MimeType application/odaoda
MimeType application/pdfpdf
MimeType application/postscriptai eps ps
MimeType application/rtfrtf
MimeType application/x-mifmif
MimeType application/x-cshcsh
MimeType application/x-dvidvi
MimeType application/x-hdfhdf
MimeType application/x-latexlatex