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 --proc_title set the process title
29
31 Run a Catalyst application as fastcgi.
32
34 Catalyst::ScriptRunner
35
37 Catalyst Contributors, see Catalyst.pm
38
40 This library is free software. You can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43
44
45perl v5.32.1 2021-01-26 Catalyst::Script::FastCGI(3)