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 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Helper-
91 FastCGI-ExternalServer>. I will be notified, and then you'll
92 automatically be notified of progress on your bug as I make changes.
93
95 You can find documentation for this module with the perldoc command.
96
97 perldoc Catalyst::Helper::FastCGI::ExternalServer
98
99 You can also look for information at:
100
101 · AnnoCPAN: Annotated CPAN documentation
102
103 http://annocpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer
104 <http://annocpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer>
105
106 · CPAN Ratings
107
108 http://cpanratings.perl.org/d/Catalyst-Helper-FastCGI-ExternalServer
109 <http://cpanratings.perl.org/d/Catalyst-Helper-FastCGI-
110 ExternalServer>
111
112 · RT: CPAN's request tracker
113
114 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Helper-FastCGI-ExternalServer
115 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Helper-FastCGI-
116 ExternalServer>
117
118 · Search CPAN
119
120 http://search.cpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer
121 <http://search.cpan.org/dist/Catalyst-Helper-FastCGI-
122 ExternalServer>
123
126 Copyright 2006 Toru Yamaguchi, all rights reserved.
127
128 This program is free software; you can redistribute it and/or modify it
129 under the same terms as Perl itself.
130
131
132
133perl v5.12.0 2C0a0t8a-l1y0s-t1:5:Helper::FastCGI::ExternalServer(3)