Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
serve_cgi - AxKit2 can do CGIs too!
SYNOPSIS
Plugin serve_cgi
CGI_Match \.(cgi|pl)$
DESCRIPTION
This plugin makes running CGI scripts from AxKit2 possible. These get run in the traditional CGI manner of forking off, so beware that they won't perform very well.
CONFIG
CGI_Match REGEXP
Specify a perl regexp for files to run as CGIs. Files must also be executable.