iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Using Common Gateway Interface (CGI) Programs
iTP Secure WebServer System Administrator’s Guide—522659-001
8-8
Mapping MIME Types to Server Classes
#
Example 8-1. Server MIME Types (page 1 of 3)
# 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-cgi cgi
#MimeType application/x-httpd-fcgi fcg fcgi
MimeType application/x-imagemap map
MimeType text/x-server-parsed-html shtml
#These Mime Types are for Servlet API 2.0 SSC
MimeType application/x-httpd-nsk ssc
#These Mime Types are for Pathway
MimeType application/x-httpd-guardian pway
# PathwayMap for Generic CGI programs do not remove!
MimeType application/x-httpd-guardian cgi
PathwayMimeMap cgi generic-cgi
# PathwayMap for Server-side include
MimeType application/x-httpd-guardian zinclude
PathwayMimeMap zinclude 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-stream bin
MimeType application/oda oda
MimeType application/pdf pdf
MimeType application/postscript ai eps ps
MimeType application/rtf rtf
MimeType application/x-mif mif
MimeType application/x-csh csh
MimeType application/x-dvi dvi
MimeType application/x-hdf hdf
MimeType application/x-latex latex