The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.