X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2Fscript%2Fmyapp_fastcgi.pl.tt;h=e840f7f134b0c4f611e9dace4400165fbdcf4db5;hb=615852255eb5ae19d9075871fccc9c30e6a2e979;hp=a12f9acad632922801d18c79bf2668d28cc5ef4b;hpb=b3f6c0625658e7845f85727fd0611e0c66373b3e;p=catagits%2FCatalyst-Devel.git diff --git a/share/script/myapp_fastcgi.pl.tt b/share/script/myapp_fastcgi.pl.tt index a12f9ac..e840f7f 100644 --- a/share/script/myapp_fastcgi.pl.tt +++ b/share/script/myapp_fastcgi.pl.tt @@ -1,7 +1,7 @@ [% startperl %] use Catalyst::ScriptRunner; -Catalyst::ScriptRunner->run('Catalyst','FastCGI'); +Catalyst::ScriptRunner->run('[% name %]', 'FastCGI'); 1; @@ -15,21 +15,22 @@ Catalyst::ScriptRunner->run('Catalyst','FastCGI'); Options: -? -help display this help and exits - -l -listen Socket path to listen on + -l --listen Socket path to listen on (defaults to standard input) can be HOST:PORT, :PORT or a filesystem path - -n -nproc specify number of processes to keep + -n --nproc specify number of processes to keep to serve requests (defaults to 1, requires -listen) - -p -pidfile specify filename for pid file + -p --pidfile specify filename for pid file (requires -listen) - -d -daemon daemonize (requires -listen) - -M -manager specify alternate process manager + -d --daemon daemonize (requires -listen) + -M --manager specify alternate process manager (FCGI::ProcManager sub-class) or empty string to disable - -e -keeperr send error messages to STDOUT, not + -e --keeperr send error messages to STDOUT, not to the webserver + --proc_title Set the process title (is possible) =head1 DESCRIPTION