chickadee » spiffy-cgi-handlers » cgi-handler

cgi-handler filename #!optional interpreterprocedure

The cgi handler simply calls CGI scripts. It is assumed the requested file is executable if no interpreter is given. (If used as a regular handler, it will only receive the filename). If the filename is a relative path, it is assumed to be relative to (root-path). It's safer to store your scripts outside the docroot, though!