AddHandler
AddHandler handler-name extension1 extension2 ... Server config, virtual host, directory, .htaccess
The
AddHandler
directive wakes up an existing handler
and maps the filename(s) extension1,
etc., to
handler-name
. You
might specify the following in your Config file:
AddHandler cgi-script cgi bzq
From then on, any file with the extension .cgi or .bzq would be treated as an executable CGI script.