Apache special document types

Documents with any of these types are treated specially be Apache. The type of a document is set using the AddType directive.
application/x-httpd-cgi
Identifies a CGI script, handled by the mod_cgi module.

text/x-server-parsed-html
text/x-server-parsed-html3
Identifies a server-parsed file, handled by the mod_include module.

application/x-type-map
Identifies a content-negotiation type map, handled by the mod_negotiation module.

httpd/send-as-is
Identifies a file to be sent to the client 'as-is'; handled by the mod_asis module.

httpd/unix-directory
A type used internally for directories.


Home Index