1Catalyst::Script::ServeUrs(e3r)Contributed Perl DocumentCaattiaolnyst::Script::Server(3)
2
3
4

NAME

6       Catalyst::Script::Server - Catalyst test server
7

SYNOPSIS

9        myapp_server.pl [options]
10
11        Options:
12          -d     --debug          force debug mode
13          -f     --fork           handle each request in a new process
14                             (defaults to false)
15                 --help           display this help and exits
16          -h     --host           host (defaults to all)
17          -p     --port           port (defaults to 3000)
18          -k     --keepalive      enable keep-alive connections
19          -r     --restart        restart when files get modified
20                              (defaults to false)
21          --rd   --restart_delay  delay between file checks
22                             (ignored if you have Linux::Inotify2 installed)
23          --rr   --restart_regex  regex match files that trigger
24                             a restart when modified
25                             (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
26          --rdir --restart_directory  the directory to search for
27                             modified files, can be set multiple times
28                             (defaults to '[SCRIPT_DIR]/..')
29          --sym  --follow_symlinks   follow symlinks in search directories
30                             (defaults to false. this is a no-op on Win32)
31          --bg   --background        run the process in the background
32          --pid  --pidfile           specify filename for pid file
33
34        See also:
35          perldoc Catalyst::Manual
36          perldoc Catalyst::Manual::Intro
37

DESCRIPTION

39       Run a Catalyst test server for this application.
40

SEE ALSO

42       Catalyst::ScriptRunner
43

AUTHORS

45       Catalyst Contributors, see Catalyst.pm
46
48       This library is free software. You can redistribute it and/or modify it
49       under the same terms as Perl itself.
50
51
52
53perl v5.34.0                      2022-01-21       Catalyst::Script::Server(3)
Impressum