1Catalyst::Script::FastCUGsIe(r3)Contributed Perl DocumenCtaattailoynst::Script::FastCGI(3)
2
3
4
6 Catalyst::Script::FastCGI - The FastCGI Catalyst Script
7
9 myapp_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
30 Run a Catalyst application as fastcgi.
31
33 Catalyst Contributors, see Catalyst.pm
34
36 This library is free software. You can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.12.1 2010-01-09 Catalyst::Script::FastCGI(3)