Syntax-K

Know-How für Ihr Projekt

Perl Documentation

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.