# $Id: handler.conf,v 1.2 2006/04/26 10:33:33 elkner Exp $
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below).
# Enable the appropriate moduzles in your httpd.conf
# Filters allow you to process content before it is sent to the client.
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive
# and make sure, that type text/html is associated with .shtml)
#
AddOutputFilter INCLUDES .shtml
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
AddHandler cgi-script .cgi
# For files that include their own HTTP headers:
AddHandler send-as-is asis
# For server-parsed imagemap files:
AddHandler imap-file map
# For type maps (negotiated resources):
AddHandler type-map var