1MOJOMOJO_FASTCGI(1)   User Contributed Perl Documentation  MOJOMOJO_FASTCGI(1)
2
3
4

NAME

6       mojomojo_fastcgi.pl - Catalyst FastCGI
7

SYNOPSIS

9       mojomojo_fastcgi.pl [options]
10
11        Options:
12          -? -help      display this help and exits
13          -l -listen    Socket path to listen on
14                        (defaults to standard input)
15                        can be HOST:PORT, :PORT or a
16                        filesystem path
17          -n -nproc     specify number of processes to keep
18                        to serve requests (defaults to 1,
19                        requires -listen)
20          -p -pidfile   specify filename for pid file
21                        (requires -listen)
22          -d -daemon    daemonize (requires -listen)
23          -M -manager   specify alternate process manager
24                        (FCGI::ProcManager sub-class)
25                        or empty string to disable
26          -e -keeperr   send error messages to STDOUT, not
27                        to the webserver
28

DESCRIPTION

30       Run a Catalyst application as fastcgi.
31

AUTHORS

33       Catalyst Contributors, see Catalyst.pm
34

LICENSE

36       You may distribute this code under the same terms as Perl itself.
37
39       Please refer to Catalyst.pm for copyright details.
40
41
42
43perl v5.12.1                      2010-07-27               MOJOMOJO_FASTCGI(1)
Impressum