1Catalyst::Helper::FastCUGsIe:r:ECxotnetrrniabluCStaeetrdavlePyres(rt3l:):DHoeclupmeern:t:aFtaisotnCGI::ExternalServer(3)
2
3
4
6 Catalyst::Helper::FastCGI::ExternalServer - FastCGI daemon start/stop
7 script for using FastCgiExternalServer
8
10 Version 0.05
11
13 In your helper script
14
15 ./script/myapp_create.pl FastCGI::ExternalServer [options]
16
17 OPTIONS
18 Options:
19
20 l=[val] listen=[val] (required)
21
22 Socket path to listen on
23 (defaults to standard input)
24 can be HOST:PORT, :PORT or a
25 filesystem path
26
27 n=[val] nproc=[val] (optional)
28
29 specify number of processes to keep
30 to serve requests (defaults to 1, requires -listen)
31
32 p=[val] pidfile=[val] (optional)
33
34 specify filename for pid file
35 (requires -listen)
36 default is /var/run/myapp.pid
37
38 u=[val] user=[val] (optional)
39
40 specify username of executiong fastcgi
41 default is root
42
43 o=[val] logfile=[val] (optional)
44
45 specify logfile path
46 default is /dev/null
47
48 M=[val] manager=[val] (optional)
49
50 specify alternate process manager
51 (FCGI::ProcManager sub-class)
52 or empty string to disable
53
54 e=[key1:val1,key2:val2...] env=[key1:val1,key2:val2...] (optional)
55
56 specify additional environment variables
57
59 This module allows configuration using /etc/sysconfig/myapp. First
60 make a file called /etc/sysconfig/myapp and then write some variables
61 in it. The variables that you add to the file will automatically
62 override the environment variables.
63
65 mk_stuff
66 generate init script
67
69 Toru Yamaguchi, "<zigorou at cpan.org>"
70 Making this module.
71
72 Naoya Sano, "<sano at naoya.net>"
73 Making init script template for FedoraCore, RedHat.
74
75 Daniel Burke
76 Supporting Debian, Ubuntu.
77
79 Songhee Han
80 English translating.
81
82 LTjake
83 Bug reporting.
84
86 Please report any bugs or feature requests to
87 "bug-catalyst-helper-fastcgi-externalserver at rt.cpan.org", or through
88 the web interface at
89 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Helper-FastCGI-ExternalServer>.
90 I will be notified, and then you'll automatically be notified of
91 progress on your bug as I make changes.
92
94 You can find documentation for this module with the perldoc command.
95
96 perldoc Catalyst::Helper::FastCGI::ExternalServer
97
98 You can also look for information at:
99
100 • AnnoCPAN: Annotated CPAN documentation
101
102 <http://annocpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer>
103
104 • CPAN Ratings
105
106 <http://cpanratings.perl.org/d/Catalyst-Helper-FastCGI-ExternalServer>
107
108 • RT: CPAN's request tracker
109
110 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Helper-FastCGI-ExternalServer>
111
112 • Search CPAN
113
114 <http://search.cpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer>
115
118 Copyright 2006 Toru Yamaguchi, all rights reserved.
119
120 This program is free software; you can redistribute it and/or modify it
121 under the same terms as Perl itself.
122
123
124
125perl v5.38.0 2C0a2t3a-l0y7s-t2:0:Helper::FastCGI::ExternalServer(3)